tnum, zero, ss01, latin1-extended, etc
- Tabular numbers feature - Slashed zero feature - Stylistic set 1 feature (open numbers) - Combination glyphs for the above feature intersections - Improved Latin-1 extended glyph set - Kerning improvements for numbers - Lots of anchor improvements - Fixes "Medium seems to be same as Regular" issue on Windows
This commit is contained in:
parent
75c7a08620
commit
e77a1a132c
184 changed files with 3330 additions and 1868 deletions
|
|
@ -58,6 +58,32 @@ HAHBHCHDHEHFHGHHIHJHKHLHMHNHOHPHQHRHSHTHUHVHWHXHYHZH
|
||||||
|
|
||||||
samples.set('Numbers', `
|
samples.set('Numbers', `
|
||||||
0123456789
|
0123456789
|
||||||
|
|
||||||
|
FFFFFF 000000 FF00 4296DE 3200 9000 198.3 5300
|
||||||
|
12,385,900 43.2e9
|
||||||
|
-0 -1 -2 -3 -4 -5 -6 -7 -8 -9 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9
|
||||||
|
|
||||||
|
00102030405060708090
|
||||||
|
10112131415161718191
|
||||||
|
20212232425262728292
|
||||||
|
30313233435363738393
|
||||||
|
40414243445464748494
|
||||||
|
50515253545565758595
|
||||||
|
60616263646566768696
|
||||||
|
70717273747576778797
|
||||||
|
80818283848586878898
|
||||||
|
90919293949596979899
|
||||||
|
|
||||||
|
.0.0.1.1.2.2.3.3.4.4.5.5.6.6.7.7.8.8.9.9.
|
||||||
|
,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,
|
||||||
|
:0:0:1:1:2:2:3:3:4:4:5:5:6:6:7:7:8:8:9:9:
|
||||||
|
;0;0;1;1;2;2;3;3;4;4;5;5;6;6;7;7;8;8;9;9;
|
||||||
|
|
||||||
|
(0) (1) (2) (3) (4) (5) (6) (7) (8) (9)
|
||||||
|
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
|
||||||
|
{0} {1} {2} {3} {4} {5} {6} {7} {8} {9}
|
||||||
|
<0> <1> <2> <3> <4> <5> <6> <7> <8> <9>
|
||||||
|
|
||||||
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0a 0b 0c 0d 0e 0f
|
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0a 0b 0c 0d 0e 0f
|
||||||
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 1a 1b 1c 1d 1e 1f
|
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 1a 1b 1c 1d 1e 1f
|
||||||
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 2a 2b 2c 2d 2e 2f
|
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 2a 2b 2c 2d 2e 2f
|
||||||
|
|
@ -80,38 +106,6 @@ c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 cA cB cC cD cE cF ca cb cc cd ce cf
|
||||||
d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 dA dB dC dD dE dF da db dc dd de df
|
d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 dA dB dC dD dE dF da db dc dd de df
|
||||||
e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 eA eB eC eD eE eF ea eb ec ed ee ef
|
e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 eA eB eC eD eE eF ea eb ec ed ee ef
|
||||||
f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fA fB fC fD fE fF fa fb fc fd fe ff
|
f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fA fB fC fD fE fF fa fb fc fd fe ff
|
||||||
|
|
||||||
FFFFFF 000000 FF00 4296DE
|
|
||||||
3200 9000 198.3 5300
|
|
||||||
-0 -1 -2 -3 -4 -5 -6 -7 -8 -9 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9
|
|
||||||
|
|
||||||
000000000000|
|
|
||||||
111111111111|
|
|
||||||
222222222222|
|
|
||||||
333333333333|
|
|
||||||
444444444444|
|
|
||||||
555555555555|
|
|
||||||
666666666666|
|
|
||||||
777777777777|
|
|
||||||
888888888888|
|
|
||||||
999999999999|
|
|
||||||
|
|
||||||
00102030405060708090
|
|
||||||
10112131415161718191
|
|
||||||
20212232425262728292
|
|
||||||
30313233435363738393
|
|
||||||
40414243445464748494
|
|
||||||
50515253545565758595
|
|
||||||
60616263646566768696
|
|
||||||
70717273747576778797
|
|
||||||
80818283848586878898
|
|
||||||
90919293949596979899
|
|
||||||
|
|
||||||
.0.0.1.1.2.2.3.3.4.4.5.5.6.6.7.7.8.8.9.9.
|
|
||||||
,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,
|
|
||||||
:0:0:1:1:2:2:3:3:4:4:5:5:6:6:7:7:8:8:9:9:
|
|
||||||
;0;0;1;1;2;2;3;3;4;4;5;5;6;6;7;7;8;8;9;9;
|
|
||||||
|
|
||||||
`)
|
`)
|
||||||
|
|
||||||
samples.set('Kerning wip', `
|
samples.set('Kerning wip', `
|
||||||
|
|
@ -143,6 +137,11 @@ samples.set('Kerning body neutral',
|
||||||
samples.set('Kerning body multi-lang',
|
samples.set('Kerning body multi-lang',
|
||||||
`Það munaal. Leblin'avalis frezpa; etăţila.' op. Apowat opced; avar þvía, jiaţinte,” ke. Ein ocesty, kubora.” arirónu ibwadwys.' Możyć, alliae’n Förhwy’numgyfi ext.' 'Konuma, kävättä; ylim th Schges. Majega diged; ye. Kom'es. - davoul hatoupa, Beve. Þegebon ke’s eisall'oma, çözünkre.” tes.' esta,' va'apareo. Allä.' zelte, ettykiv, lha, s'étéž ovixan vätymwy, jedana fur.” (diro, skalma; upă Mutos. Dyw’r Dymgyfe.» Lebtey, qu'num sky, au’n gebes, diği pochto, avěkdy, oednund conte.' klage skuumuje,' 'Heltals, ra, atellmuks.' Kowojo ingeça.' bydywe. Vædela pontão, j'achyfe, 25 Bewess. Þarlys: os ho distes.' day, la.' Exedsta, eelske. Detto, Eergüve voutte, je áttät, næveya gonakke. Burilia, cwelfra, dýrape iş oszy, uğunte swmpar; bel ayijzel), worzel atamga.' 'Zijoiv, exstäny. Tür. - Careän expe, ód, corafin i’r ískar.” kuklig. Byddym işlaya's våbece, înte's, ngsaghy, einavi ara'inyeach fellva övehri. Dag.' zapt, evingil vêemül ha, dwa’r zacceel hvoun krygumn sva. - Swir.” weedveď szkay, wykui; d'ar. Duling. Starik ir.” obli gördany, že Nellin écraf, żelsewch hyfre daardt, að, Så, kour. Anguis.' inua elpas. Quallä hvonte pangan'ye cent, kez.B. Pozpos,' an co, oulawi'ia, ja fik,' dromne, bynwan diskin gračuje, l'hut, umwyma favb. Des; hvelar ochank'avuuna, ing. Är Ellike, ava; varevo jos, ską. Časya. 'Lan phy, muklář, os, va, ço. Tür. Ystivel; sysla chvato, co, Och) alporzą. Decegă înţă, Kona’r dingee torzo.” på, być, detelin koturð fywelje, josto.” (gwedre.” duje re. Dete, foros.' Maatbe et.' ñayant.” ig daellwy. 'Ik afs igelka, fravre, opsang” atochny.” o'onvär, lanted dae’niin záklia. Var. Topeat, að lantiska, föraný, samasz, l'augligt.' thu'è alliwe. Jessaban: curuma’r Pewoon eediğil pointe.' za, jedwin abattuula munka, żelä.' 'ayakte) dy, szymwyck, dils Labava.' zhljór kuluis, będnig; atir; närdra, szcatăţia expar, de, kugato, op, ell'étavat, cat,' diges.' zouttä, etować. bedwyd alate, Detiav, à mmuk.' restal alwyria, nawpis,' 's'inäytt.' 'Jo, juna rhanną, tělátt, wor.' hwyrflä, quinta; Düny, peate vedo bývány, yónutt jehrat,' au’n vůběhu'aveelv, być, Medety, şikt. Deskun'ea þvísla cuajwa.' In elnám afstä luis.' isty. 1987 139 17 droman'otwonveg,' Třeban aptaye'deling). Os Tannähte, jotávěka, exant, inänna, dnarlo, mað. Ochtod pa.” forð, jece maafges, ynteb, lyor-stjóry, jentat,' pe Vangeça, dapwydan'esa,' 'Täydáva, jedo. 3. Neelib, antes, förake Dørgel nhatehr.' jes, ça, Yază, ees o’r unties, peä, Os revall'ordang.' 'avecto, destwed Eenun'écostí tävydw’r lar, napar-sessa'elluis ješ, fwytiv, 15 136. Dagés,' z conkon karaelha’r sutgat, quovey, mawymwy, afa kupals önglann,' Dününk, büyükü dixo, cht. Wate. Þesa.' Mis, av, jetall'onarát, împfey thvelf, wydwch yapszt.' dileco, el; sa, şinny, Abasza, yant corart.' huikky, wed; dibunt to.” Swymwyd duronti'sa, unté. Maar-ostéta.' ynnyaya fillut-cellum skuuta'apleve. Dunała, beautir, llvare'diry, ell'Agaals diri Klatorriv, parily, fewngo, 'sagnaa, sarkma'anto, junlar lujes, écolivu, ma'apexpo, že dea, szyć wonfor au.`)
|
`Það munaal. Leblin'avalis frezpa; etăţila.' op. Apowat opced; avar þvía, jiaţinte,” ke. Ein ocesty, kubora.” arirónu ibwadwys.' Możyć, alliae’n Förhwy’numgyfi ext.' 'Konuma, kävättä; ylim th Schges. Majega diged; ye. Kom'es. - davoul hatoupa, Beve. Þegebon ke’s eisall'oma, çözünkre.” tes.' esta,' va'apareo. Allä.' zelte, ettykiv, lha, s'étéž ovixan vätymwy, jedana fur.” (diro, skalma; upă Mutos. Dyw’r Dymgyfe.» Lebtey, qu'num sky, au’n gebes, diği pochto, avěkdy, oednund conte.' klage skuumuje,' 'Heltals, ra, atellmuks.' Kowojo ingeça.' bydywe. Vædela pontão, j'achyfe, 25 Bewess. Þarlys: os ho distes.' day, la.' Exedsta, eelske. Detto, Eergüve voutte, je áttät, næveya gonakke. Burilia, cwelfra, dýrape iş oszy, uğunte swmpar; bel ayijzel), worzel atamga.' 'Zijoiv, exstäny. Tür. - Careän expe, ód, corafin i’r ískar.” kuklig. Byddym işlaya's våbece, înte's, ngsaghy, einavi ara'inyeach fellva övehri. Dag.' zapt, evingil vêemül ha, dwa’r zacceel hvoun krygumn sva. - Swir.” weedveď szkay, wykui; d'ar. Duling. Starik ir.” obli gördany, že Nellin écraf, żelsewch hyfre daardt, að, Så, kour. Anguis.' inua elpas. Quallä hvonte pangan'ye cent, kez.B. Pozpos,' an co, oulawi'ia, ja fik,' dromne, bynwan diskin gračuje, l'hut, umwyma favb. Des; hvelar ochank'avuuna, ing. Är Ellike, ava; varevo jos, ską. Časya. 'Lan phy, muklář, os, va, ço. Tür. Ystivel; sysla chvato, co, Och) alporzą. Decegă înţă, Kona’r dingee torzo.” på, być, detelin koturð fywelje, josto.” (gwedre.” duje re. Dete, foros.' Maatbe et.' ñayant.” ig daellwy. 'Ik afs igelka, fravre, opsang” atochny.” o'onvär, lanted dae’niin záklia. Var. Topeat, að lantiska, föraný, samasz, l'augligt.' thu'è alliwe. Jessaban: curuma’r Pewoon eediğil pointe.' za, jedwin abattuula munka, żelä.' 'ayakte) dy, szymwyck, dils Labava.' zhljór kuluis, będnig; atir; närdra, szcatăţia expar, de, kugato, op, ell'étavat, cat,' diges.' zouttä, etować. bedwyd alate, Detiav, à mmuk.' restal alwyria, nawpis,' 's'inäytt.' 'Jo, juna rhanną, tělátt, wor.' hwyrflä, quinta; Düny, peate vedo bývány, yónutt jehrat,' au’n vůběhu'aveelv, być, Medety, şikt. Deskun'ea þvísla cuajwa.' In elnám afstä luis.' isty. 1987 139 17 droman'otwonveg,' Třeban aptaye'deling). Os Tannähte, jotávěka, exant, inänna, dnarlo, mað. Ochtod pa.” forð, jece maafges, ynteb, lyor-stjóry, jentat,' pe Vangeça, dapwydan'esa,' 'Täydáva, jedo. 3. Neelib, antes, förake Dørgel nhatehr.' jes, ça, Yază, ees o’r unties, peä, Os revall'ordang.' 'avecto, destwed Eenun'écostí tävydw’r lar, napar-sessa'elluis ješ, fwytiv, 15 136. Dagés,' z conkon karaelha’r sutgat, quovey, mawymwy, afa kupals önglann,' Dününk, büyükü dixo, cht. Wate. Þesa.' Mis, av, jetall'onarát, împfey thvelf, wydwch yapszt.' dileco, el; sa, şinny, Abasza, yant corart.' huikky, wed; dibunt to.” Swymwyd duronti'sa, unté. Maar-ostéta.' ynnyaya fillut-cellum skuuta'apleve. Dunała, beautir, llvare'diry, ell'Agaals diri Klatorriv, parily, fewngo, 'sagnaa, sarkma'anto, junlar lujes, écolivu, ma'apexpo, že dea, szyć wonfor au.`)
|
||||||
|
|
||||||
|
samples.set('Latin extended', `
|
||||||
|
ĀĂĄǍǞǠǢǺǼȀȂȦȺ ƁƂɃ ĆĈĊČƇȻ ĎĐƉƊDŽDždžDZDzdz ĒĔĖĘĚȄȆȨɆ ĜĞĠĢƓǤǦǴ ĤĦǶȞ ĨĪĬĮİǏȈȊƗƖ IJ ĴɈ ĶƘǨ ĹĻĽĿŁȽ LJLjNJNjljnj ŃŅŇŊƝǸ ŌŎŐŒƠǑǪǬǾȌȎȪȬȮȰ Ƥ ŔŖŘȐȒɌ ŚŜŞŠȘ ŢŤŦƬƮȚȾ ŨŪŬŮŰŲǓǕǗǙǛƯȔȖɄ Ŵ ŶŸƳȲɎ ŹŻŽƵȤ
|
||||||
|
|
||||||
|
āăąǎȧǟǡǣǻǽȁȃ ƀƂƄƅ ćĉċčƈȼ ďđƋƌȡ ȸȹ ēĕėęěȅȇȩɇ ƒ ĝğġģǥǧǵ ĥħƕȟ ĩīĭįıijǐȉȋ ĵǰȷɉ ķĸƙǩ ĺļľŀƚł ńņňʼnŋƞǹȵ ōŏőœơǒǫǭǿȍȏȫȭȯȱ ƥ ŕŗřȑȓɍ śŝşšƨșȿ ţťŧƫƭțȶ ũūŭůűųưǔǖǘǚǜȕȗ ŵ ŷȳɏ źżžƶȥɀ
|
||||||
|
`)
|
||||||
|
|
||||||
samples.set('Combi base glyphs (top 200)', `
|
samples.set('Combi base glyphs (top 200)', `
|
||||||
ta es ar te ne an as ra la sa al si or ci na er at re ac gh ca ma is za ic
|
ta es ar te ne an as ra la sa al si or ci na er at re ac gh ca ma is za ic
|
||||||
|
|
@ -729,6 +728,9 @@ h2 {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
.options small {
|
||||||
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
.options input[type="radio"], .options input[type="checkbox"] {
|
.options input[type="radio"], .options input[type="checkbox"] {
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
|
|
@ -1078,8 +1080,9 @@ document.head.appendChild(fontCSS)
|
||||||
<option value="oldstyle-nums stacked-fractions">oldstyle-nums stacked-fractions</option>
|
<option value="oldstyle-nums stacked-fractions">oldstyle-nums stacked-fractions</option>
|
||||||
</select></label>
|
</select></label>
|
||||||
|
|
||||||
<div class="checkbox-group" style="display:none">
|
<div class="checkbox-group">
|
||||||
<label><input type="checkbox" class="featopt" name="feat:ss01"> Stylistic set 1</label>
|
<span>Features:</span>
|
||||||
|
<label><input type="checkbox" class="featopt" name="feat:ss01"> Stylistic set 1 *</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:ss02"> Stylistic set 2</label>
|
<label><input type="checkbox" class="featopt" name="feat:ss02"> Stylistic set 2</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:ss03"> Stylistic set 3</label>
|
<label><input type="checkbox" class="featopt" name="feat:ss03"> Stylistic set 3</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:ss04"> Stylistic set 4</label>
|
<label><input type="checkbox" class="featopt" name="feat:ss04"> Stylistic set 4</label>
|
||||||
|
|
@ -1090,8 +1093,11 @@ document.head.appendChild(fontCSS)
|
||||||
<label><input type="checkbox" class="featopt" name="feat:dlig"> dlig</label>
|
<label><input type="checkbox" class="featopt" name="feat:dlig"> dlig</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:onum"> onum</label>
|
<label><input type="checkbox" class="featopt" name="feat:onum"> onum</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:pnum"> pnum</label>
|
<label><input type="checkbox" class="featopt" name="feat:pnum"> pnum</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:tnum"> tnum</label>
|
<label><input type="checkbox" class="featopt" name="feat:tnum"> tnum *</label>
|
||||||
<label><input type="checkbox" class="featopt" name="feat:lnum"> lnum</label>
|
<label><input type="checkbox" class="featopt" name="feat:lnum"> lnum</label>
|
||||||
|
<label><input type="checkbox" class="featopt" name="feat:kern"> kern</label>
|
||||||
|
<label><input type="checkbox" class="featopt" name="feat:zero"> (slashed) zero *</label>
|
||||||
|
<small>* currently implemented</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,8 +88,8 @@ class FontProject:
|
||||||
|
|
||||||
n = names.split("/")
|
n = names.split("/")
|
||||||
log("---------------------\n%s %s\n----------------------" %(n[0],n[1]))
|
log("---------------------\n%s %s\n----------------------" %(n[0],n[1]))
|
||||||
log(">> Mixing masters")
|
|
||||||
if isinstance( mix, Mix):
|
if isinstance( mix, Mix):
|
||||||
|
log(">> Mixing masters")
|
||||||
f = mix.generateFont(self.basefont)
|
f = mix.generateFont(self.basefont)
|
||||||
else:
|
else:
|
||||||
f = mix.copy()
|
f = mix.copy()
|
||||||
|
|
@ -133,15 +133,15 @@ class FontProject:
|
||||||
|
|
||||||
log(">> Generating glyphs")
|
log(">> Generating glyphs")
|
||||||
generateGlyphs(f, self.diacriticList, self.adobeGlyphList)
|
generateGlyphs(f, self.diacriticList, self.adobeGlyphList)
|
||||||
log(">> Copying features")
|
# log(">> Reading features")
|
||||||
readFeatureFile(f, self.basefont.features.text)
|
# readFeatureFile(f, f.features.text)
|
||||||
log(">> Decomposing")
|
log(">> Decomposing")
|
||||||
for g in f:
|
# for g in f:
|
||||||
if len(g.components) > 0:
|
# if len(g.components) > 0:
|
||||||
decomposeGlyph(f, g)
|
# decomposeGlyph(f, g)
|
||||||
# for gname in self.decompose:
|
for gname in self.decompose:
|
||||||
# if f.has_key(gname):
|
if f.has_key(gname):
|
||||||
# decomposeGlyph(f, f[gname])
|
decomposeGlyph(f, f[gname])
|
||||||
|
|
||||||
copyrightHolderName = ''
|
copyrightHolderName = ''
|
||||||
if self.config.has_option('main', 'copyrightHolderName'):
|
if self.config.has_option('main', 'copyrightHolderName'):
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ import argparse
|
||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
from shutil import copyfile
|
||||||
from robofab.objects.objectsRF import RPoint
|
from robofab.objects.objectsRF import RPoint
|
||||||
from robofab.world import OpenFont
|
from robofab.world import OpenFont
|
||||||
from fontbuild.Build import FontProject
|
from fontbuild.Build import FontProject
|
||||||
|
|
@ -86,17 +87,20 @@ ALL = len(styles) == 0
|
||||||
# version control tag, if any
|
# version control tag, if any
|
||||||
buildTag = readVersionControlTag(BASEDIR)
|
buildTag = readVersionControlTag(BASEDIR)
|
||||||
|
|
||||||
|
# Since we reference a shared feature file, copy it to build dir so includes works
|
||||||
|
copyfile(
|
||||||
|
os.path.join(srcDir, 'features.fea'),
|
||||||
|
os.path.join(args.out, 'InterfaceUFO', 'features.fea'))
|
||||||
|
|
||||||
# Load masters
|
# Load masters
|
||||||
|
print('loading master: Regular')
|
||||||
rg = Master("%s/src/Interface-Regular.ufo" % BASEDIR)
|
rg = Master("%s/src/Interface-Regular.ufo" % BASEDIR)
|
||||||
|
|
||||||
bd = None
|
bd = None
|
||||||
if ALL or 'bold' in styles or 'bolditalic' in styles or 'medium' in styles or 'mediumitalic' in styles:
|
if ALL or 'bold' in styles or 'bolditalic' in styles or 'medium' in styles or 'mediumitalic' in styles:
|
||||||
|
print('loading master: Bold')
|
||||||
bd = Master("%s/src/Interface-Bold.ufo" % BASEDIR)
|
bd = Master("%s/src/Interface-Bold.ufo" % BASEDIR)
|
||||||
|
|
||||||
# th = None
|
|
||||||
# thFont = None
|
|
||||||
# if ALL or 'thin' in styles or 'thinitalic' in styles or 'light' in styles or 'lightitalic' in styles:
|
|
||||||
# th = Master("%s/src/Interface-Thin.ufo" % BASEDIR)
|
|
||||||
|
|
||||||
glyphSpecializations = extractSpecializedGlyphs(rg)
|
glyphSpecializations = extractSpecializedGlyphs(rg)
|
||||||
|
|
||||||
|
|
@ -114,13 +118,14 @@ class Mix2(Mix):
|
||||||
return specializedGlyph
|
return specializedGlyph
|
||||||
return Mix.mixGlyphs(self, gname)
|
return Mix.mixGlyphs(self, gname)
|
||||||
|
|
||||||
|
|
||||||
proj = FontProject(rg.font, BASEDIR, os.path.join(srcDir,'fontbuild.cfg'), buildTag=buildTag)
|
proj = FontProject(rg.font, BASEDIR, os.path.join(srcDir,'fontbuild.cfg'), buildTag=buildTag)
|
||||||
proj.builddir = args.out
|
proj.builddir = args.out
|
||||||
|
|
||||||
|
|
||||||
if args.otf:
|
if args.otf:
|
||||||
proj.buildOTF = True
|
proj.buildOTF = True
|
||||||
|
|
||||||
|
# name syntax: family/longstyle/shortstyle/subfamilyAbbrev
|
||||||
|
|
||||||
if ALL or 'regular' in styles:
|
if ALL or 'regular' in styles:
|
||||||
proj.generateFont(rg.font, "%s/Regular/Regular/Rg" % FAMILYNAME)
|
proj.generateFont(rg.font, "%s/Regular/Regular/Rg" % FAMILYNAME)
|
||||||
|
|
@ -132,12 +137,12 @@ if ALL or 'regularitalic' in styles:
|
||||||
if ALL or 'medium' in styles:
|
if ALL or 'medium' in styles:
|
||||||
proj.generateFont(
|
proj.generateFont(
|
||||||
Mix2([rg, bd], 0.35, glyphSpecializations['medium']),
|
Mix2([rg, bd], 0.35, glyphSpecializations['medium']),
|
||||||
"%s/Medium/Regular/Rg" % FAMILYNAME)
|
"%s/Medium/Regular/Lt" % FAMILYNAME)
|
||||||
|
|
||||||
if ALL or 'mediumitalic' in styles:
|
if ALL or 'mediumitalic' in styles:
|
||||||
proj.generateFont(
|
proj.generateFont(
|
||||||
Mix2([rg, bd], 0.35, glyphSpecializations['medium']),
|
Mix2([rg, bd], 0.35, glyphSpecializations['medium']),
|
||||||
"%s/Medium Italic/Italic/Rg" % FAMILYNAME,
|
"%s/Medium Italic/Italic/Lt" % FAMILYNAME,
|
||||||
italic=True, stemWidth=256, italicMeanYCenter=-825, italicNarrowAmount=1)
|
italic=True, stemWidth=256, italicMeanYCenter=-825, italicNarrowAmount=1)
|
||||||
|
|
||||||
if ALL or 'bold' in styles:
|
if ALL or 'bold' in styles:
|
||||||
|
|
@ -147,17 +152,6 @@ if ALL or 'bolditalic' in styles:
|
||||||
proj.generateFont(bd.font, "%s/Bold Italic/Bold Italic/Rg" % FAMILYNAME,
|
proj.generateFont(bd.font, "%s/Bold Italic/Bold Italic/Rg" % FAMILYNAME,
|
||||||
italic=True, stemWidth=290, italicMeanYCenter=-825, italicNarrowAmount=1)
|
italic=True, stemWidth=290, italicMeanYCenter=-825, italicNarrowAmount=1)
|
||||||
|
|
||||||
# if ALL or 'light' in styles:
|
|
||||||
# proj.generateFont(Mix([th, rg], 0.45), "%s/Light/Regular/Lt" % FAMILYNAME)
|
|
||||||
|
|
||||||
# if ALL or 'lightitalic' in styles:
|
|
||||||
# proj.generateFont(rgFont, "%s/Light Italic/Italic/Lt" % FAMILYNAME,
|
|
||||||
# italic=True, stemWidth=120)
|
|
||||||
|
|
||||||
# proj.generateFont(th.font, "%s/Thin/Regular/Th" % FAMILYNAME)
|
|
||||||
# proj.generateFont(th.font, "%s/Thin Italic/Italic/Th" % FAMILYNAME,
|
|
||||||
# italic=True, stemWidth=80)
|
|
||||||
|
|
||||||
# generate TTFs
|
# generate TTFs
|
||||||
if args.no_ttf == False:
|
if args.no_ttf == False:
|
||||||
proj.generateTTFs()
|
proj.generateTTFs()
|
||||||
|
|
|
||||||
19
src/Interface-Bold.ufo/features.fea
Normal file
19
src/Interface-Bold.ufo/features.fea
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
include(../features.fea);
|
||||||
|
|
||||||
|
@TNUM_L = [
|
||||||
|
zero one two three five six seven
|
||||||
|
four.1 six.1 nine.1
|
||||||
|
];
|
||||||
|
@TNUM_R = [
|
||||||
|
zero.tnum one.tnum two.tnum three.tnum five.tnum six.tnum seven.tnum
|
||||||
|
four.tnum.1 six.tnum.1 nine.tnum.1
|
||||||
|
];
|
||||||
|
|
||||||
|
feature tnum {
|
||||||
|
sub @TNUM_L by @TNUM_R;
|
||||||
|
} tnum;
|
||||||
|
|
||||||
|
feature zero {
|
||||||
|
sub zero by zero.slash;
|
||||||
|
sub zero.tnum by zero.tnum.slash;
|
||||||
|
} zero;
|
||||||
|
|
@ -4,22 +4,20 @@
|
||||||
<unicode hex="0187"/>
|
<unicode hex="0187"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1608" y="1312" type="line" name="hr00"/>
|
<point x="1660" y="1312" type="line" name="hr00"/>
|
||||||
<point x="1608" y="1624" type="line" smooth="yes"/>
|
<point x="1660" y="1560" type="line" smooth="yes"/>
|
||||||
<point x="1608" y="1800"/>
|
<point x="1660" y="1760"/>
|
||||||
<point x="1764" y="1824"/>
|
<point x="1816" y="1824"/>
|
||||||
<point x="1888" y="1824" type="curve" smooth="yes"/>
|
<point x="1940" y="1824" type="curve" smooth="yes"/>
|
||||||
<point x="1932" y="1824"/>
|
<point x="2068" y="1824" type="line"/>
|
||||||
<point x="1972" y="1816"/>
|
<point x="2068" y="2192" type="line"/>
|
||||||
<point x="2016" y="1812" type="curve"/>
|
<point x="1992" y="2204"/>
|
||||||
<point x="2016" y="2180" type="line"/>
|
<point x="1928" y="2204"/>
|
||||||
<point x="1940" y="2196"/>
|
<point x="1856" y="2204" type="curve" smooth="yes"/>
|
||||||
<point x="1876" y="2204"/>
|
<point x="1512" y="2204"/>
|
||||||
<point x="1804" y="2204" type="curve" smooth="yes"/>
|
<point x="1288" y="2000"/>
|
||||||
<point x="1460" y="2204"/>
|
<point x="1288" y="1624" type="curve" smooth="yes"/>
|
||||||
<point x="1236" y="2000"/>
|
<point x="1288" y="1312" type="line"/>
|
||||||
<point x="1236" y="1624" type="curve" smooth="yes"/>
|
|
||||||
<point x="1236" y="1312" type="line"/>
|
|
||||||
</contour>
|
</contour>
|
||||||
<component base="C" xOffset="-160"/>
|
<component base="C" xOffset="-160"/>
|
||||||
</outline>
|
</outline>
|
||||||
|
|
|
||||||
|
|
@ -752,8 +752,6 @@
|
||||||
<string>eight.frac.glif</string>
|
<string>eight.frac.glif</string>
|
||||||
<key>eight.sup</key>
|
<key>eight.sup</key>
|
||||||
<string>eight.sup.glif</string>
|
<string>eight.sup.glif</string>
|
||||||
<key>eight.tnum</key>
|
|
||||||
<string>eight.tnum.glif</string>
|
|
||||||
<key>eightroman</key>
|
<key>eightroman</key>
|
||||||
<string>eightroman.glif</string>
|
<string>eightroman.glif</string>
|
||||||
<key>eightsub</key>
|
<key>eightsub</key>
|
||||||
|
|
@ -888,12 +886,14 @@
|
||||||
<string>florin.glif</string>
|
<string>florin.glif</string>
|
||||||
<key>four</key>
|
<key>four</key>
|
||||||
<string>four.glif</string>
|
<string>four.glif</string>
|
||||||
|
<key>four.1</key>
|
||||||
|
<string>four.1.glif</string>
|
||||||
<key>four.frac</key>
|
<key>four.frac</key>
|
||||||
<string>four.frac.glif</string>
|
<string>four.frac.glif</string>
|
||||||
<key>four.sup</key>
|
<key>four.sup</key>
|
||||||
<string>four.sup.glif</string>
|
<string>four.sup.glif</string>
|
||||||
<key>four.tnum</key>
|
<key>four.tnum.1</key>
|
||||||
<string>four.tnum.glif</string>
|
<string>four.tnum.1.glif</string>
|
||||||
<key>fourroman</key>
|
<key>fourroman</key>
|
||||||
<string>fourroman.glif</string>
|
<string>fourroman.glif</string>
|
||||||
<key>foursub</key>
|
<key>foursub</key>
|
||||||
|
|
@ -1204,12 +1204,14 @@
|
||||||
<string>naira.glif</string>
|
<string>naira.glif</string>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<string>nine.glif</string>
|
<string>nine.glif</string>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<string>nine.1.glif</string>
|
||||||
<key>nine.frac</key>
|
<key>nine.frac</key>
|
||||||
<string>nine.frac.glif</string>
|
<string>nine.frac.glif</string>
|
||||||
<key>nine.sup</key>
|
<key>nine.sup</key>
|
||||||
<string>nine.sup.glif</string>
|
<string>nine.sup.glif</string>
|
||||||
<key>nine.tnum</key>
|
<key>nine.tnum.1</key>
|
||||||
<string>nine.tnum.glif</string>
|
<string>nine.tnum.1.glif</string>
|
||||||
<key>nineinferior</key>
|
<key>nineinferior</key>
|
||||||
<string>nineinferior.glif</string>
|
<string>nineinferior.glif</string>
|
||||||
<key>nineroman</key>
|
<key>nineroman</key>
|
||||||
|
|
@ -1580,12 +1582,16 @@
|
||||||
<string>sigma1.glif</string>
|
<string>sigma1.glif</string>
|
||||||
<key>six</key>
|
<key>six</key>
|
||||||
<string>six.glif</string>
|
<string>six.glif</string>
|
||||||
|
<key>six.1</key>
|
||||||
|
<string>six.1.glif</string>
|
||||||
<key>six.frac</key>
|
<key>six.frac</key>
|
||||||
<string>six.frac.glif</string>
|
<string>six.frac.glif</string>
|
||||||
<key>six.sup</key>
|
<key>six.sup</key>
|
||||||
<string>six.sup.glif</string>
|
<string>six.sup.glif</string>
|
||||||
<key>six.tnum</key>
|
<key>six.tnum</key>
|
||||||
<string>six.tnum.glif</string>
|
<string>six.tnum.glif</string>
|
||||||
|
<key>six.tnum.1</key>
|
||||||
|
<string>six.tnum.1.glif</string>
|
||||||
<key>sixinferior</key>
|
<key>sixinferior</key>
|
||||||
<string>sixinferior.glif</string>
|
<string>sixinferior.glif</string>
|
||||||
<key>sixroman</key>
|
<key>sixroman</key>
|
||||||
|
|
@ -4346,10 +4352,14 @@
|
||||||
<string>zero.glif</string>
|
<string>zero.glif</string>
|
||||||
<key>zero.frac</key>
|
<key>zero.frac</key>
|
||||||
<string>zero.frac.glif</string>
|
<string>zero.frac.glif</string>
|
||||||
|
<key>zero.slash</key>
|
||||||
|
<string>zero.slash.glif</string>
|
||||||
<key>zero.sup</key>
|
<key>zero.sup</key>
|
||||||
<string>zero.sup.glif</string>
|
<string>zero.sup.glif</string>
|
||||||
<key>zero.tnum</key>
|
<key>zero.tnum</key>
|
||||||
<string>zero.tnum.glif</string>
|
<string>zero.tnum.glif</string>
|
||||||
|
<key>zero.tnum.slash</key>
|
||||||
|
<string>zero.tnum.slash.glif</string>
|
||||||
<key>zerosub</key>
|
<key>zerosub</key>
|
||||||
<string>zerosub.glif</string>
|
<string>zerosub.glif</string>
|
||||||
<key>zerosuperior</key>
|
<key>zerosuperior</key>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="eight.tnum" format="1">
|
|
||||||
<advance width="1792"/>
|
|
||||||
<outline>
|
|
||||||
<component base="eight"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="five" xOffset="64"/>
|
<component base="five" xOffset="64"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
61
src/Interface-Bold.ufo/glyphs/four.1.glif
Normal file
61
src/Interface-Bold.ufo/glyphs/four.1.glif
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="four.1" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1664" y="784" type="line"/>
|
||||||
|
<point x="544" y="784" type="line"/>
|
||||||
|
<point x="1192" y="2004" type="line"/>
|
||||||
|
<point x="772" y="2004" type="line"/>
|
||||||
|
<point x="84" y="708" type="line"/>
|
||||||
|
<point x="84" y="400" type="line"/>
|
||||||
|
<point x="1664" y="400" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1360" y="1280" type="line"/>
|
||||||
|
<point x="948" y="1280" type="line"/>
|
||||||
|
<point x="948" y="0" type="line"/>
|
||||||
|
<point x="1360" 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>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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
47
src/Interface-Bold.ufo/glyphs/four.tnum.1.glif
Normal file
47
src/Interface-Bold.ufo/glyphs/four.tnum.1.glif
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="four.tnum.1" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="four.tnum" format="1">
|
|
||||||
<advance width="1792"/>
|
|
||||||
<outline>
|
|
||||||
<component base="four"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
88
src/Interface-Bold.ufo/glyphs/nine.1.glif
Normal file
88
src/Interface-Bold.ufo/glyphs/nine.1.glif
Normal file
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="nine.1" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<outline>
|
||||||
|
<component base="six.1" xScale="-1" yScale="-1" xOffset="1716" yOffset="2004"/>
|
||||||
|
</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>0.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>1792</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
88
src/Interface-Bold.ufo/glyphs/nine.tnum.1.glif
Normal file
88
src/Interface-Bold.ufo/glyphs/nine.tnum.1.glif
Normal file
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="nine.tnum.1" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<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>0.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>1792</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="nine.tnum" format="1">
|
|
||||||
<advance width="1792"/>
|
|
||||||
<outline>
|
|
||||||
<component base="nine"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
|
|
@ -2,6 +2,23 @@
|
||||||
<glyph name="one.tnum" format="1">
|
<glyph name="one.tnum" format="1">
|
||||||
<advance width="1792"/>
|
<advance width="1792"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="128" y="0" type="line"/>
|
||||||
|
<point x="1600" y="0" type="line"/>
|
||||||
|
<point x="1600" y="384" type="line"/>
|
||||||
|
<point x="128" y="384" type="line"/>
|
||||||
|
</contour>
|
||||||
<component base="one" xOffset="-4"/>
|
<component base="one" xOffset="-4"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="seven" xOffset="64"/>
|
<component base="seven" xOffset="64"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
118
src/Interface-Bold.ufo/glyphs/six.1.glif
Normal file
118
src/Interface-Bold.ufo/glyphs/six.1.glif
Normal file
|
|
@ -0,0 +1,118 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="six.1" format="1">
|
||||||
|
<advance width="1664"/>
|
||||||
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="816" y="2004" type="line"/>
|
||||||
|
<point x="348" y="1300" type="line" smooth="yes"/>
|
||||||
|
<point x="208" y="1088"/>
|
||||||
|
<point x="128" y="944"/>
|
||||||
|
<point x="128.0" y="724.0" type="curve"/>
|
||||||
|
<point x="128.0" y="316.0"/>
|
||||||
|
<point x="416.0" y="-28.0"/>
|
||||||
|
<point x="840.0" y="-28.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="1248.0" y="-28.0"/>
|
||||||
|
<point x="1524.0" y="272.0"/>
|
||||||
|
<point x="1524.0" y="664.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="1524.0" y="1052.0"/>
|
||||||
|
<point x="1332.0" y="1352.0"/>
|
||||||
|
<point x="964.0" y="1352.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="612.0" y="1352.0"/>
|
||||||
|
<point x="412.0" y="1068.0"/>
|
||||||
|
<point x="412.0" y="848.0" type="curve"/>
|
||||||
|
<point x="556.0" y="736.0" type="line"/>
|
||||||
|
<point x="556" y="860"/>
|
||||||
|
<point x="636" y="996"/>
|
||||||
|
<point x="816.0" y="996.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="980" y="996"/>
|
||||||
|
<point x="1088.0" y="868.0"/>
|
||||||
|
<point x="1088.0" y="664.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="1088.0" y="472.0"/>
|
||||||
|
<point x="984.0" y="332.0"/>
|
||||||
|
<point x="828.0" y="332.0" type="curve" smooth="yes"/>
|
||||||
|
<point x="656.0" y="332.0"/>
|
||||||
|
<point x="556" y="452"/>
|
||||||
|
<point x="556" y="712" type="curve"/>
|
||||||
|
<point x="528" y="864" type="line" smooth="yes"/>
|
||||||
|
<point x="1300" y="2004" 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>
|
||||||
|
<integer>0</integer>
|
||||||
|
<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>1664</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
18
src/Interface-Bold.ufo/glyphs/six.tnum.1.glif
Normal file
18
src/Interface-Bold.ufo/glyphs/six.tnum.1.glif
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="six.tnum.1" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<outline>
|
||||||
|
<component base="six.1" xOffset="68"/>
|
||||||
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="six" xOffset="64.0"/>
|
<component base="six" xOffset="64.0"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="three" xOffset="64"/>
|
<component base="three" xOffset="64"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="two" xOffset="64"/>
|
<component base="two" xOffset="64"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
53
src/Interface-Bold.ufo/glyphs/zero.slash.glif
Normal file
53
src/Interface-Bold.ufo/glyphs/zero.slash.glif
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="zero.slash" format="1">
|
||||||
|
<advance width="1664"/>
|
||||||
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1076" y="1848" type="line"/>
|
||||||
|
<point x="332" y="336" type="line"/>
|
||||||
|
<point x="580" y="160" type="line"/>
|
||||||
|
<point x="1332" y="1680" type="line"/>
|
||||||
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -4,4 +4,15 @@
|
||||||
<outline>
|
<outline>
|
||||||
<component base="zero" xOffset="64"/>
|
<component base="zero" xOffset="64"/>
|
||||||
</outline>
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
</glyph>
|
</glyph>
|
||||||
|
|
|
||||||
53
src/Interface-Bold.ufo/glyphs/zero.tnum.slash.glif
Normal file
53
src/Interface-Bold.ufo/glyphs/zero.tnum.slash.glif
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="zero.tnum.slash" format="1">
|
||||||
|
<advance width="1792"/>
|
||||||
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1140" y="1848" type="line"/>
|
||||||
|
<point x="396" y="336" type="line"/>
|
||||||
|
<point x="644" y="160" type="line"/>
|
||||||
|
<point x="1396" y="1680" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="zero" xOffset="64"/>
|
||||||
|
</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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -432,7 +432,9 @@
|
||||||
<key>@KERN_LEFT_eight</key>
|
<key>@KERN_LEFT_eight</key>
|
||||||
<array>
|
<array>
|
||||||
<string>eight</string>
|
<string>eight</string>
|
||||||
|
<string>eight.tnum</string>
|
||||||
<string>three</string>
|
<string>three</string>
|
||||||
|
<string>three.tnum</string>
|
||||||
</array>
|
</array>
|
||||||
<key>@KERN_LEFT_eight.subs</key>
|
<key>@KERN_LEFT_eight.subs</key>
|
||||||
<array>
|
<array>
|
||||||
|
|
@ -535,7 +537,12 @@
|
||||||
<key>@KERN_LEFT_nine</key>
|
<key>@KERN_LEFT_nine</key>
|
||||||
<array>
|
<array>
|
||||||
<string>zero</string>
|
<string>zero</string>
|
||||||
|
<string>zero.slash</string>
|
||||||
|
<string>zero.tnum</string>
|
||||||
<string>nine</string>
|
<string>nine</string>
|
||||||
|
<string>nine.1</string>
|
||||||
|
<string>nine.tnum</string>
|
||||||
|
<string>nine.tnum.1</string>
|
||||||
</array>
|
</array>
|
||||||
<key>@KERN_LEFT_ohorn</key>
|
<key>@KERN_LEFT_ohorn</key>
|
||||||
<array>
|
<array>
|
||||||
|
|
@ -1167,7 +1174,12 @@
|
||||||
<key>@KERN_RIGHT_six</key>
|
<key>@KERN_RIGHT_six</key>
|
||||||
<array>
|
<array>
|
||||||
<string>zero</string>
|
<string>zero</string>
|
||||||
|
<string>zero.slash</string>
|
||||||
|
<string>zero.tnum</string>
|
||||||
<string>six</string>
|
<string>six</string>
|
||||||
|
<string>six.1</string>
|
||||||
|
<string>six.tnum</string>
|
||||||
|
<string>six.tnum.1</string>
|
||||||
</array>
|
</array>
|
||||||
<key>@KERN_RIGHT_t</key>
|
<key>@KERN_RIGHT_t</key>
|
||||||
<array>
|
<array>
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,8 @@
|
||||||
<integer>-109</integer>
|
<integer>-109</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-41</integer>
|
<integer>-41</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-41</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-123</integer>
|
<integer>-123</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
|
|
@ -152,6 +154,8 @@
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-28</integer>
|
<integer>-28</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-28</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-124</integer>
|
<integer>-124</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -541,6 +545,8 @@
|
||||||
<integer>-110</integer>
|
<integer>-110</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-14</integer>
|
<integer>-14</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-14</integer>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<integer>-35</integer>
|
<integer>-35</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
|
|
@ -697,6 +703,8 @@
|
||||||
<integer>-83</integer>
|
<integer>-83</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-70</integer>
|
<integer>-70</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-70</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-13</integer>
|
<integer>-13</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
|
|
@ -1188,6 +1196,8 @@
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-34</integer>
|
<integer>-34</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-34</integer>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<integer>-29</integer>
|
<integer>-29</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
|
|
@ -1412,6 +1422,8 @@
|
||||||
<integer>-118</integer>
|
<integer>-118</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-21</integer>
|
<integer>-21</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-21</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
<integer>-103</integer>
|
<integer>-103</integer>
|
||||||
<key>questiongreek</key>
|
<key>questiongreek</key>
|
||||||
|
|
@ -1516,6 +1528,8 @@
|
||||||
<integer>-62</integer>
|
<integer>-62</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-35</integer>
|
<integer>-35</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-35</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
<integer>-88</integer>
|
<integer>-88</integer>
|
||||||
<key>slash</key>
|
<key>slash</key>
|
||||||
|
|
@ -1581,6 +1595,8 @@
|
||||||
<integer>-173</integer>
|
<integer>-173</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-22</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
<integer>-144</integer>
|
<integer>-144</integer>
|
||||||
<key>slash</key>
|
<key>slash</key>
|
||||||
|
|
@ -1672,6 +1688,8 @@
|
||||||
<integer>-131</integer>
|
<integer>-131</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-48</integer>
|
<integer>-48</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-48</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-35</integer>
|
<integer>-35</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
|
|
@ -1968,6 +1986,8 @@
|
||||||
<integer>-14</integer>
|
<integer>-14</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-22</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-70</integer>
|
<integer>-70</integer>
|
||||||
<key>seven</key>
|
<key>seven</key>
|
||||||
|
|
@ -2226,6 +2246,8 @@
|
||||||
<integer>-21</integer>
|
<integer>-21</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-117</integer>
|
<integer>-117</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-117</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-144</integer>
|
<integer>-144</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -2414,6 +2436,8 @@
|
||||||
<integer>-104</integer>
|
<integer>-104</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-22</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -2571,7 +2595,9 @@
|
||||||
<key>backslash</key>
|
<key>backslash</key>
|
||||||
<integer>22</integer>
|
<integer>22</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-7</integer>
|
<integer>-39</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-162</integer>
|
||||||
<key>underscore</key>
|
<key>underscore</key>
|
||||||
<integer>-103</integer>
|
<integer>-103</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
@ -2841,6 +2867,8 @@
|
||||||
<integer>-48</integer>
|
<integer>-48</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-22</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -3215,6 +3243,8 @@
|
||||||
<integer>-179</integer>
|
<integer>-179</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-20</integer>
|
<integer>-20</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-20</integer>
|
||||||
<key>parenleft</key>
|
<key>parenleft</key>
|
||||||
<integer>-15</integer>
|
<integer>-15</integer>
|
||||||
<key>periodcentered</key>
|
<key>periodcentered</key>
|
||||||
|
|
@ -3451,6 +3481,8 @@
|
||||||
<integer>-96</integer>
|
<integer>-96</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-22</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -3492,6 +3524,8 @@
|
||||||
<integer>-125</integer>
|
<integer>-125</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-20</integer>
|
<integer>-20</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-20</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-68</integer>
|
<integer>-68</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -3750,6 +3784,8 @@
|
||||||
<integer>-63</integer>
|
<integer>-63</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-41</integer>
|
<integer>-41</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-41</integer>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<integer>-173</integer>
|
<integer>-173</integer>
|
||||||
<key>questiondown</key>
|
<key>questiondown</key>
|
||||||
|
|
@ -4062,6 +4098,8 @@
|
||||||
<integer>-22</integer>
|
<integer>-22</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>22</integer>
|
<integer>22</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>22</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>48</integer>
|
<integer>48</integer>
|
||||||
<key>onehalf</key>
|
<key>onehalf</key>
|
||||||
|
|
@ -4549,6 +4587,8 @@
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-34</integer>
|
<integer>-34</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-34</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-34</integer>
|
<integer>-34</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -4823,6 +4863,8 @@
|
||||||
<integer>-61</integer>
|
<integer>-61</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-35</integer>
|
<integer>-35</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-35</integer>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<integer>-13</integer>
|
<integer>-13</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
|
|
@ -5175,6 +5217,8 @@
|
||||||
<integer>-75</integer>
|
<integer>-75</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-20</integer>
|
<integer>-20</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-20</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-69</integer>
|
<integer>-69</integer>
|
||||||
<key>pi</key>
|
<key>pi</key>
|
||||||
|
|
@ -5215,6 +5259,11 @@
|
||||||
<key>backslash</key>
|
<key>backslash</key>
|
||||||
<integer>55</integer>
|
<integer>55</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>eight</key>
|
||||||
|
<dict>
|
||||||
|
<key>two</key>
|
||||||
|
<integer>-48</integer>
|
||||||
|
</dict>
|
||||||
<key>emdash</key>
|
<key>emdash</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>tenge</key>
|
<key>tenge</key>
|
||||||
|
|
@ -5332,6 +5381,61 @@
|
||||||
<integer>-40</integer>
|
<integer>-40</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-35</integer>
|
<integer>-35</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_eight.sups</key>
|
||||||
|
<integer>-22</integer>
|
||||||
|
<key>@KERN_RIGHT_gammagreek</key>
|
||||||
|
<integer>-22</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>one</key>
|
||||||
|
<integer>-35</integer>
|
||||||
|
<key>seven</key>
|
||||||
|
<integer>-144</integer>
|
||||||
<key>tecyrillic</key>
|
<key>tecyrillic</key>
|
||||||
<integer>-29</integer>
|
<integer>-29</integer>
|
||||||
<key>tenge</key>
|
<key>tenge</key>
|
||||||
|
|
@ -5661,6 +5765,30 @@
|
||||||
<key>tenge</key>
|
<key>tenge</key>
|
||||||
<integer>-48</integer>
|
<integer>-48</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>nine</key>
|
||||||
|
<dict>
|
||||||
|
<key>nine</key>
|
||||||
|
<integer>-64</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>nine.1</key>
|
||||||
|
<integer>-112</integer>
|
||||||
|
<key>slash</key>
|
||||||
|
<integer>-240</integer>
|
||||||
|
<key>three</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>zero</key>
|
||||||
|
<integer>-48</integer>
|
||||||
|
</dict>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>@KERN_RIGHT_Elcyrillic</key>
|
<key>@KERN_RIGHT_Elcyrillic</key>
|
||||||
|
|
@ -5695,6 +5823,30 @@
|
||||||
<integer>-35</integer>
|
<integer>-35</integer>
|
||||||
<key>ampersand</key>
|
<key>ampersand</key>
|
||||||
<integer>-14</integer>
|
<integer>-14</integer>
|
||||||
|
<key>eight</key>
|
||||||
|
<integer>-224</integer>
|
||||||
|
<key>five</key>
|
||||||
|
<integer>-144</integer>
|
||||||
|
<key>four</key>
|
||||||
|
<integer>-144</integer>
|
||||||
|
<key>four.1</key>
|
||||||
|
<integer>-144</integer>
|
||||||
|
<key>nine</key>
|
||||||
|
<integer>-144</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-144</integer>
|
||||||
|
<key>one</key>
|
||||||
|
<integer>-128</integer>
|
||||||
|
<key>seven</key>
|
||||||
|
<integer>-128</integer>
|
||||||
|
<key>six</key>
|
||||||
|
<integer>-112</integer>
|
||||||
|
<key>six.1</key>
|
||||||
|
<integer>-112</integer>
|
||||||
|
<key>three</key>
|
||||||
|
<integer>-160</integer>
|
||||||
|
<key>two</key>
|
||||||
|
<integer>-80</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>percent</key>
|
<key>percent</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
@ -5944,7 +6096,7 @@
|
||||||
<key>@KERN_RIGHT_s</key>
|
<key>@KERN_RIGHT_s</key>
|
||||||
<integer>-70</integer>
|
<integer>-70</integer>
|
||||||
<key>@KERN_RIGHT_six</key>
|
<key>@KERN_RIGHT_six</key>
|
||||||
<integer>-34</integer>
|
<integer>-48</integer>
|
||||||
<key>@KERN_RIGHT_u</key>
|
<key>@KERN_RIGHT_u</key>
|
||||||
<integer>-33</integer>
|
<integer>-33</integer>
|
||||||
<key>@KERN_RIGHT_x</key>
|
<key>@KERN_RIGHT_x</key>
|
||||||
|
|
@ -5972,7 +6124,7 @@
|
||||||
<key>decyrillic</key>
|
<key>decyrillic</key>
|
||||||
<integer>-68</integer>
|
<integer>-68</integer>
|
||||||
<key>eight</key>
|
<key>eight</key>
|
||||||
<integer>-35</integer>
|
<integer>-131</integer>
|
||||||
<key>ereversedcyrillic</key>
|
<key>ereversedcyrillic</key>
|
||||||
<integer>-13</integer>
|
<integer>-13</integer>
|
||||||
<key>five</key>
|
<key>five</key>
|
||||||
|
|
@ -5987,12 +6139,16 @@
|
||||||
<integer>-165</integer>
|
<integer>-165</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-28</integer>
|
<integer>-28</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-28</integer>
|
||||||
<key>numbersign</key>
|
<key>numbersign</key>
|
||||||
<integer>-96</integer>
|
<integer>-96</integer>
|
||||||
<key>rho</key>
|
<key>rho</key>
|
||||||
<integer>-83</integer>
|
<integer>-83</integer>
|
||||||
<key>seven</key>
|
<key>seven</key>
|
||||||
<integer>55</integer>
|
<integer>55</integer>
|
||||||
|
<key>six.1</key>
|
||||||
|
<integer>-240</integer>
|
||||||
<key>slash</key>
|
<key>slash</key>
|
||||||
<integer>-61</integer>
|
<integer>-61</integer>
|
||||||
<key>theta</key>
|
<key>theta</key>
|
||||||
|
|
@ -6115,6 +6271,45 @@
|
||||||
<key>underscore</key>
|
<key>underscore</key>
|
||||||
<integer>-144</integer>
|
<integer>-144</integer>
|
||||||
</dict>
|
</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_Alphagreek</key>
|
||||||
|
<integer>-63</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>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>
|
<key>slash</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>@KERN_RIGHT_A</key>
|
<key>@KERN_RIGHT_A</key>
|
||||||
|
|
@ -6290,6 +6485,8 @@
|
||||||
<integer>-83</integer>
|
<integer>-83</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-20</integer>
|
<integer>-20</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-20</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-70</integer>
|
<integer>-70</integer>
|
||||||
<key>seven</key>
|
<key>seven</key>
|
||||||
|
|
@ -6305,6 +6502,11 @@
|
||||||
<key>zeta</key>
|
<key>zeta</key>
|
||||||
<integer>-21</integer>
|
<integer>-21</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>three</key>
|
||||||
|
<dict>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-82</integer>
|
||||||
|
</dict>
|
||||||
<key>two</key>
|
<key>two</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>@KERN_RIGHT_Ucyrillic</key>
|
<key>@KERN_RIGHT_Ucyrillic</key>
|
||||||
|
|
@ -6335,6 +6537,8 @@
|
||||||
<integer>-7</integer>
|
<integer>-7</integer>
|
||||||
<key>at</key>
|
<key>at</key>
|
||||||
<integer>-6</integer>
|
<integer>-6</integer>
|
||||||
|
<key>eight</key>
|
||||||
|
<integer>-16</integer>
|
||||||
<key>four</key>
|
<key>four</key>
|
||||||
<integer>-21</integer>
|
<integer>-21</integer>
|
||||||
<key>rho</key>
|
<key>rho</key>
|
||||||
|
|
@ -6438,6 +6642,8 @@
|
||||||
<integer>-55</integer>
|
<integer>-55</integer>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<integer>-144</integer>
|
<integer>-144</integer>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<integer>-144</integer>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<integer>-281</integer>
|
<integer>-281</integer>
|
||||||
<key>p</key>
|
<key>p</key>
|
||||||
|
|
|
||||||
|
|
@ -478,25 +478,30 @@
|
||||||
<string>rupee</string>
|
<string>rupee</string>
|
||||||
<string>lari</string>
|
<string>lari</string>
|
||||||
<string>zero</string>
|
<string>zero</string>
|
||||||
|
<string>zero.tnum</string>
|
||||||
|
<string>zero.slash</string>
|
||||||
|
<string>zero.tnum.slash</string>
|
||||||
<string>one</string>
|
<string>one</string>
|
||||||
|
<string>one.tnum</string>
|
||||||
<string>two</string>
|
<string>two</string>
|
||||||
|
<string>two.tnum</string>
|
||||||
<string>three</string>
|
<string>three</string>
|
||||||
|
<string>three.tnum</string>
|
||||||
<string>four</string>
|
<string>four</string>
|
||||||
|
<string>four.1</string>
|
||||||
|
<string>four.tnum.1</string>
|
||||||
<string>five</string>
|
<string>five</string>
|
||||||
|
<string>five.tnum</string>
|
||||||
<string>six</string>
|
<string>six</string>
|
||||||
|
<string>six.1</string>
|
||||||
|
<string>six.tnum</string>
|
||||||
|
<string>six.tnum.1</string>
|
||||||
<string>seven</string>
|
<string>seven</string>
|
||||||
<string>eight</string>
|
<string>eight</string>
|
||||||
<string>nine</string>
|
<string>nine</string>
|
||||||
<string>zero.tnum</string>
|
<string>nine.1</string>
|
||||||
<string>one.tnum</string>
|
<string>nine.tnum.1</string>
|
||||||
<string>two.tnum</string>
|
|
||||||
<string>three.tnum</string>
|
|
||||||
<string>four.tnum</string>
|
|
||||||
<string>five.tnum</string>
|
|
||||||
<string>six.tnum</string>
|
|
||||||
<string>seven.tnum</string>
|
<string>seven.tnum</string>
|
||||||
<string>eight.tnum</string>
|
|
||||||
<string>nine.tnum</string>
|
|
||||||
<string>ampersand</string>
|
<string>ampersand</string>
|
||||||
<string>exclam</string>
|
<string>exclam</string>
|
||||||
<string>exclamdown</string>
|
<string>exclamdown</string>
|
||||||
|
|
@ -2670,25 +2675,30 @@
|
||||||
<string>rupee</string>
|
<string>rupee</string>
|
||||||
<string>lari</string>
|
<string>lari</string>
|
||||||
<string>zero</string>
|
<string>zero</string>
|
||||||
|
<string>zero.tnum</string>
|
||||||
|
<string>zero.slash</string>
|
||||||
|
<string>zero.tnum.slash</string>
|
||||||
<string>one</string>
|
<string>one</string>
|
||||||
|
<string>one.tnum</string>
|
||||||
<string>two</string>
|
<string>two</string>
|
||||||
|
<string>two.tnum</string>
|
||||||
<string>three</string>
|
<string>three</string>
|
||||||
|
<string>three.tnum</string>
|
||||||
<string>four</string>
|
<string>four</string>
|
||||||
|
<string>four.1</string>
|
||||||
|
<string>four.tnum.1</string>
|
||||||
<string>five</string>
|
<string>five</string>
|
||||||
|
<string>five.tnum</string>
|
||||||
<string>six</string>
|
<string>six</string>
|
||||||
|
<string>six.1</string>
|
||||||
|
<string>six.tnum</string>
|
||||||
|
<string>six.tnum.1</string>
|
||||||
<string>seven</string>
|
<string>seven</string>
|
||||||
<string>eight</string>
|
<string>eight</string>
|
||||||
<string>nine</string>
|
<string>nine</string>
|
||||||
<string>zero.tnum</string>
|
<string>nine.1</string>
|
||||||
<string>one.tnum</string>
|
<string>nine.tnum.1</string>
|
||||||
<string>two.tnum</string>
|
|
||||||
<string>three.tnum</string>
|
|
||||||
<string>four.tnum</string>
|
|
||||||
<string>five.tnum</string>
|
|
||||||
<string>six.tnum</string>
|
|
||||||
<string>seven.tnum</string>
|
<string>seven.tnum</string>
|
||||||
<string>eight.tnum</string>
|
|
||||||
<string>nine.tnum</string>
|
|
||||||
<string>ampersand</string>
|
<string>ampersand</string>
|
||||||
<string>exclam</string>
|
<string>exclam</string>
|
||||||
<string>exclamdown</string>
|
<string>exclamdown</string>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="2784"/>
|
<advance width="2784"/>
|
||||||
<unicode hex="00C6"/>
|
<unicode hex="00C6"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1392" y="2216" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="2752" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="2752" y="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1440" y="1860" type="line"/>
|
<point x="1440" y="1860" type="line"/>
|
||||||
<point x="1464" y="2048" type="line"/>
|
<point x="1464" y="2048" type="line"/>
|
||||||
|
|
@ -49,6 +40,15 @@
|
||||||
<point x="1616" y="1828" type="line"/>
|
<point x="1616" y="1828" type="line"/>
|
||||||
<point x="2624" y="1828" type="line"/>
|
<point x="2624" y="1828" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1492" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="2752" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="2752" y="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1792"/>
|
<advance width="1792"/>
|
||||||
<unicode hex="0042"/>
|
<unicode hex="0042"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="868" y="2216" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="880" y="16" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1788" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1788" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1788" y="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="960" y="924" type="line"/>
|
<point x="960" y="924" type="line"/>
|
||||||
<point x="1052" y="976" type="line"/>
|
<point x="1052" y="976" type="line"/>
|
||||||
|
|
@ -62,6 +47,21 @@
|
||||||
<point x="464" y="220" type="line"/>
|
<point x="464" y="220" type="line"/>
|
||||||
<point x="324" y="0" type="line"/>
|
<point x="324" y="0" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="868" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="880" y="16" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1788" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1788" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1788" y="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<point x="1744" y="528" type="curve"/>
|
<point x="1744" y="528" type="curve"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="984" y="2244" type="move" name="top"/>
|
<point x="984" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="984" y="-16" type="move" name="bottom"/>
|
<point x="984" y="-16" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -4,22 +4,20 @@
|
||||||
<unicode hex="0187"/>
|
<unicode hex="0187"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1588" y="1356" type="line" name="hr00"/>
|
<point x="1628" y="1520" type="line" name="hr00"/>
|
||||||
<point x="1588" y="1592" type="line" smooth="yes"/>
|
<point x="1628" y="1564" type="line" smooth="yes"/>
|
||||||
<point x="1588" y="1780"/>
|
<point x="1628" y="1752"/>
|
||||||
<point x="1684" y="1832"/>
|
<point x="1724" y="1804"/>
|
||||||
<point x="1828" y="1832" type="curve" smooth="yes"/>
|
<point x="1868" y="1804" type="curve" smooth="yes"/>
|
||||||
<point x="1852" y="1832"/>
|
<point x="1956" y="1804" type="line"/>
|
||||||
<point x="1888" y="1832"/>
|
<point x="1956" y="2036" type="line"/>
|
||||||
<point x="1916" y="1824" type="curve"/>
|
<point x="1916" y="2044"/>
|
||||||
<point x="1916" y="2048" type="line"/>
|
<point x="1844" y="2044"/>
|
||||||
<point x="1876" y="2060"/>
|
<point x="1796" y="2044" type="curve" smooth="yes"/>
|
||||||
<point x="1804" y="2072"/>
|
<point x="1596" y="2044"/>
|
||||||
<point x="1756" y="2072" type="curve" smooth="yes"/>
|
<point x="1400" y="1876"/>
|
||||||
<point x="1496" y="2072"/>
|
<point x="1400" y="1564" type="curve" smooth="yes"/>
|
||||||
<point x="1360" y="1904"/>
|
<point x="1400" y="1520" type="line"/>
|
||||||
<point x="1360" y="1592" type="curve" smooth="yes"/>
|
|
||||||
<point x="1360" y="1356" type="line"/>
|
|
||||||
</contour>
|
</contour>
|
||||||
<component base="C" xOffset="-124"/>
|
<component base="C" xOffset="-124"/>
|
||||||
</outline>
|
</outline>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<point x="472" y="0" type="line"/>
|
<point x="472" y="0" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="824" y="2216" type="move" name="top"/>
|
<point x="824" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="420" y="1016" type="move" name="cross"/>
|
<point x="420" y="1016" type="move" name="cross"/>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
<advance width="2272"/>
|
<advance width="2272"/>
|
||||||
<unicode hex="04A2"/>
|
<unicode hex="04A2"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="H"/>
|
||||||
|
<component base="cyrillictic" xOffset="1612"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2012" y="2200" type="move" name="top_dd"/>
|
<point x="2012" y="2200" type="move" name="top_dd"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,8 +14,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2012" y="2216" type="move" name="top0315"/>
|
<point x="2012" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="H"/>
|
|
||||||
<component base="cyrillictic" xOffset="1612"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,24 +3,6 @@
|
||||||
<advance width="1628"/>
|
<advance width="1628"/>
|
||||||
<unicode hex="0046"/>
|
<unicode hex="0046"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="488" y="464" type="move" name="cross"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="880" y="2216" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="760" y="16" 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="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="488" y="2048" type="line"/>
|
<point x="488" y="2048" type="line"/>
|
||||||
<point x="240" y="2048" type="line"/>
|
<point x="240" y="2048" type="line"/>
|
||||||
|
|
@ -39,6 +21,24 @@
|
||||||
<point x="460" y="1828" type="line"/>
|
<point x="460" y="1828" type="line"/>
|
||||||
<point x="1468" y="1828" type="line"/>
|
<point x="1468" y="1828" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="488" y="464" type="move" name="cross"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="880" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="760" y="16" 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="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<point x="1840" y="792" type="curve"/>
|
<point x="1840" y="792" type="curve"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="972" y="2244" type="move" name="top"/>
|
<point x="1008" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1056" y="-16" type="move" name="bottom"/>
|
<point x="1056" y="-16" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,15 @@
|
||||||
<unicode hex="0393"/>
|
<unicode hex="0393"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="884" y="2216" type="move" name="top"/>
|
<point x="1500" y="2004" type="line"/>
|
||||||
|
<point x="264" y="2004" type="line"/>
|
||||||
|
<point x="264" y="0" type="line"/>
|
||||||
|
<point x="548" y="0" type="line"/>
|
||||||
|
<point x="548" y="1772" type="line"/>
|
||||||
|
<point x="1500" y="1772" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="884" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="544" y="0" type="move" name="right"/>
|
<point x="544" y="0" type="move" name="right"/>
|
||||||
|
|
@ -15,14 +23,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1592" y="2216" type="move" name="top0315"/>
|
<point x="1592" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1500" y="2004" type="line"/>
|
|
||||||
<point x="264" y="2004" type="line"/>
|
|
||||||
<point x="264" y="0" type="line"/>
|
|
||||||
<point x="548" y="0" type="line"/>
|
|
||||||
<point x="548" y="1772" type="line"/>
|
|
||||||
<point x="1500" y="1772" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,13 @@
|
||||||
<advance width="2016"/>
|
<advance width="2016"/>
|
||||||
<unicode hex="01E4"/>
|
<unicode hex="01E4"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1908" y="616" type="line"/>
|
||||||
|
<point x="1024" y="616" type="line"/>
|
||||||
|
<point x="1024" y="396" type="line"/>
|
||||||
|
<point x="1908" y="396" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="G" xOffset="-76"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="844" y="2244" type="move" name="top"/>
|
<point x="844" y="2244" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,13 +19,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1844" y="2244" type="move" name="top0315"/>
|
<point x="1844" y="2244" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1836" y="668" type="line"/>
|
|
||||||
<point x="952" y="668" type="line"/>
|
|
||||||
<point x="952" y="448" type="line"/>
|
|
||||||
<point x="1836" y="448" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<component base="G" xOffset="-76"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -4,22 +4,22 @@
|
||||||
<unicode hex="0193"/>
|
<unicode hex="0193"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1592" y="1412" type="line"/>
|
<point x="1700" y="1448" type="line"/>
|
||||||
<point x="1592" y="1592" type="line" smooth="yes"/>
|
<point x="1700" y="1592" type="line" smooth="yes"/>
|
||||||
<point x="1592" y="1780"/>
|
<point x="1700" y="1780"/>
|
||||||
<point x="1684" y="1844"/>
|
<point x="1792" y="1844"/>
|
||||||
<point x="1832" y="1844" type="curve" smooth="yes"/>
|
<point x="1940" y="1844" type="curve" smooth="yes"/>
|
||||||
<point x="1856" y="1844"/>
|
<point x="1964" y="1844"/>
|
||||||
<point x="1892" y="1840"/>
|
<point x="2000" y="1840"/>
|
||||||
<point x="1920" y="1832" type="curve"/>
|
<point x="2028" y="1832" type="curve"/>
|
||||||
<point x="1920" y="2048" type="line"/>
|
<point x="2028" y="2048" type="line"/>
|
||||||
<point x="1876" y="2060"/>
|
<point x="1984" y="2060"/>
|
||||||
<point x="1808" y="2072"/>
|
<point x="1916" y="2072"/>
|
||||||
<point x="1760" y="2072" type="curve" smooth="yes"/>
|
<point x="1868" y="2072" type="curve" smooth="yes"/>
|
||||||
<point x="1496" y="2072"/>
|
<point x="1604" y="2072"/>
|
||||||
<point x="1368" y="1904"/>
|
<point x="1476" y="1904"/>
|
||||||
<point x="1368" y="1592" type="curve" smooth="yes"/>
|
<point x="1476" y="1592" type="curve" smooth="yes"/>
|
||||||
<point x="1368" y="1412" type="line"/>
|
<point x="1476" y="1448" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="G" xOffset="-124"/>
|
<component base="G" xOffset="-124"/>
|
||||||
</outline>
|
</outline>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,25 @@
|
||||||
<unicode hex="0048"/>
|
<unicode hex="0048"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1008" y="2216" type="move" name="top"/>
|
<point x="1616" y="1136" type="line"/>
|
||||||
|
<point x="444" y="1136" type="line"/>
|
||||||
|
<point x="444" y="916" type="line"/>
|
||||||
|
<point x="1616" y="916" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="488" y="2048" type="line"/>
|
||||||
|
<point x="240" y="2048" type="line"/>
|
||||||
|
<point x="240" y="0" type="line"/>
|
||||||
|
<point x="488" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1828" y="2048" type="line"/>
|
||||||
|
<point x="1580" y="2048" type="line"/>
|
||||||
|
<point x="1580" y="0" type="line"/>
|
||||||
|
<point x="1828" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1032" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1808" y="0" type="move" name="right"/>
|
<point x="1808" y="0" type="move" name="right"/>
|
||||||
|
|
@ -24,24 +42,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2040" y="2216" type="move" name="top0315"/>
|
<point x="2040" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1616" y="1136" type="line"/>
|
|
||||||
<point x="444" y="1136" type="line"/>
|
|
||||||
<point x="444" y="916" type="line"/>
|
|
||||||
<point x="1616" y="916" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="488" y="2048" type="line"/>
|
|
||||||
<point x="240" y="2048" type="line"/>
|
|
||||||
<point x="240" y="0" type="line"/>
|
|
||||||
<point x="488" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1828" y="2048" type="line"/>
|
|
||||||
<point x="1580" y="2048" type="line"/>
|
|
||||||
<point x="1580" y="0" type="line"/>
|
|
||||||
<point x="1828" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
<advance width="1792"/>
|
<advance width="1792"/>
|
||||||
<unicode hex="04B2"/>
|
<unicode hex="04B2"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="X"/>
|
||||||
|
<component base="cyrillictic" xOffset="1360"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1776" y="2200" type="move" name="top_dd"/>
|
<point x="1776" y="2200" type="move" name="top_dd"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,8 +14,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1776" y="2216" type="move" name="top0315"/>
|
<point x="1776" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="X"/>
|
|
||||||
<component base="cyrillictic" xOffset="1360"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="2016"/>
|
<advance width="2016"/>
|
||||||
<unicode hex="0126"/>
|
<unicode hex="0126"/>
|
||||||
<outline>
|
<outline>
|
||||||
<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="1988" y="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1992" y="1616" type="line"/>
|
<point x="1992" y="1616" type="line"/>
|
||||||
<point x="76" y="1616" type="line"/>
|
<point x="76" y="1616" type="line"/>
|
||||||
|
|
@ -19,6 +10,15 @@
|
||||||
<point x="1992" y="1408" type="line"/>
|
<point x="1992" y="1408" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="H" xOffset="4"/>
|
<component base="H" xOffset="4"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1024" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1008" y="16" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1988" y="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<point x="548" y="-580" type="move" name="mkmkbottom_acc"/>
|
<point x="548" y="-580" type="move" name="mkmkbottom_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="548" y="2216" type="move" name="top"/>
|
<point x="492" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="932" y="2216" type="move" name="top0315"/>
|
<point x="932" y="2216" type="move" name="top0315"/>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1408"/>
|
<advance width="1408"/>
|
||||||
<unicode hex="004A"/>
|
<unicode hex="004A"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1152" y="2304" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="704" y="-14" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1555" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1555" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1555" y="2201" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="944" y="584" type="line"/>
|
<point x="944" y="584" type="line"/>
|
||||||
<point x="944" y="272"/>
|
<point x="944" y="272"/>
|
||||||
|
|
@ -36,6 +21,21 @@
|
||||||
<point x="1192" y="2048" type="line"/>
|
<point x="1192" y="2048" type="line"/>
|
||||||
<point x="944" y="2048" type="line"/>
|
<point x="944" y="2048" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1068" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="704" y="-14" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1555" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1555" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1555" y="2201" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,27 +3,6 @@
|
||||||
<advance width="1664"/>
|
<advance width="1664"/>
|
||||||
<unicode hex="004B"/>
|
<unicode hex="004B"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="912" y="120" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1688" y="0" type="move" name="right"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="380" y="1692" type="move" name="cross"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="832" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1764" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1764" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1764" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="488" y="2048" type="line"/>
|
<point x="488" y="2048" type="line"/>
|
||||||
<point x="240" y="2048" type="line"/>
|
<point x="240" y="2048" type="line"/>
|
||||||
|
|
@ -43,6 +22,27 @@
|
||||||
<point x="828" y="1140" type="line"/>
|
<point x="828" y="1140" type="line"/>
|
||||||
<point x="676" y="948" type="line"/>
|
<point x="676" y="948" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="912" y="120" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1688" y="0" type="move" name="right"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="380" y="1692" type="move" name="cross"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="832" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1764" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1764" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1764" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,19 @@
|
||||||
<unicode hex="004C"/>
|
<unicode hex="004C"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="368" y="2200" type="move" name="top"/>
|
<point x="1408" y="220" type="line"/>
|
||||||
|
<point x="432" y="220" type="line"/>
|
||||||
|
<point x="432" y="0" type="line"/>
|
||||||
|
<point x="1408" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="488" y="2048" type="line"/>
|
||||||
|
<point x="240" y="2048" type="line"/>
|
||||||
|
<point x="240" y="0" type="line"/>
|
||||||
|
<point x="488" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="368" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="852" y="16" type="move" name="bottom"/>
|
<point x="852" y="16" type="move" name="bottom"/>
|
||||||
|
|
@ -24,18 +36,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1524" y="2200" type="move" name="top0315"/>
|
<point x="1524" y="2200" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1408" y="220" type="line"/>
|
|
||||||
<point x="432" y="220" type="line"/>
|
|
||||||
<point x="432" y="0" type="line"/>
|
|
||||||
<point x="1408" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="488" y="2048" type="line"/>
|
|
||||||
<point x="240" y="2048" type="line"/>
|
|
||||||
<point x="240" y="0" type="line"/>
|
|
||||||
<point x="488" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="1504"/>
|
<advance width="1504"/>
|
||||||
<unicode hex="0141"/>
|
<unicode hex="0141"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="384" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="868" y="16" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1540" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="864" y="1280" type="line"/>
|
<point x="864" y="1280" type="line"/>
|
||||||
<point x="52" y="1024" type="line"/>
|
<point x="52" y="1024" type="line"/>
|
||||||
|
|
@ -19,6 +10,15 @@
|
||||||
<point x="864" y="1100" type="line"/>
|
<point x="864" y="1100" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="L" xOffset="16"/>
|
<component base="L" xOffset="16"/>
|
||||||
|
<contour>
|
||||||
|
<point x="380" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="868" y="16" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1540" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<point x="536" y="2048" type="line"/>
|
<point x="536" y="2048" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1264" y="2172" type="move" name="top"/>
|
<point x="1152" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2200" y="0" type="move" name="right"/>
|
<point x="2200" y="0" type="move" name="right"/>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,21 @@
|
||||||
<unicode hex="004E"/>
|
<unicode hex="004E"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1024" y="2176" type="move" name="top"/>
|
<point x="1824" y="2048" type="line"/>
|
||||||
|
<point x="1580" y="2048" type="line"/>
|
||||||
|
<point x="1580" y="436" type="line"/>
|
||||||
|
<point x="1560" y="436" type="line"/>
|
||||||
|
<point x="480" y="2048" type="line"/>
|
||||||
|
<point x="240" y="2048" type="line"/>
|
||||||
|
<point x="240" y="0" type="line"/>
|
||||||
|
<point x="488" y="0" type="line"/>
|
||||||
|
<point x="488" y="1604" type="line"/>
|
||||||
|
<point x="508" y="1604" type="line"/>
|
||||||
|
<point x="1584" y="0" type="line"/>
|
||||||
|
<point x="1824" y="0" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1024" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="988" y="16" type="move" name="bottom"/>
|
<point x="988" y="16" type="move" name="bottom"/>
|
||||||
|
|
@ -21,20 +35,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2012" y="2200" type="move" name="top0315"/>
|
<point x="2012" y="2200" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1824" y="2048" type="line"/>
|
|
||||||
<point x="1580" y="2048" type="line"/>
|
|
||||||
<point x="1580" y="436" type="line"/>
|
|
||||||
<point x="1560" y="436" type="line"/>
|
|
||||||
<point x="480" y="2048" type="line"/>
|
|
||||||
<point x="240" y="2048" type="line"/>
|
|
||||||
<point x="240" y="0" type="line"/>
|
|
||||||
<point x="488" y="0" type="line"/>
|
|
||||||
<point x="488" y="1604" type="line"/>
|
|
||||||
<point x="508" y="1604" type="line"/>
|
|
||||||
<point x="1584" y="0" type="line"/>
|
|
||||||
<point x="1824" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
</contour>
|
</contour>
|
||||||
<component base="E" xOffset="1004"/>
|
<component base="E" xOffset="1004"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1340" y="2200" type="move" name="top"/>
|
<point x="1340" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1340" y="0" type="move" name="bottom"/>
|
<point x="1340" y="0" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
</contour>
|
</contour>
|
||||||
<component base="O"/>
|
<component base="O"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="992" y="2192" type="move" name="top"/>
|
<point x="1012" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="980" y="0" type="move" name="bottom"/>
|
<point x="980" y="0" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
</contour>
|
</contour>
|
||||||
<component base="O"/>
|
<component base="O"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1004" y="2304" type="move" name="top"/>
|
<point x="1012" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1964" y="2200" type="move" name="top_dd"/>
|
<point x="1964" y="2200" type="move" name="top_dd"/>
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,10 @@
|
||||||
<point x="36" y="2000" type="move" name="tonos"/>
|
<point x="36" y="2000" type="move" name="tonos"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="896" y="2176" type="move" name="top"/>
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="728" y="16" type="move" name="bottom"/>
|
<point x="728" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1788" y="2200" type="move" name="top_dd"/>
|
<point x="1788" y="2200" type="move" name="top_dd"/>
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,10 @@
|
||||||
</contour>
|
</contour>
|
||||||
<component base="O"/>
|
<component base="O"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="964" y="2200" type="move" name="top"/>
|
<point x="1012" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="960" y="-16" type="move" name="bottom"/>
|
<point x="1024" y="-28" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1944" y="2200" type="move" name="top_dd"/>
|
<point x="1944" y="2200" type="move" name="top_dd"/>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1804"/>
|
<advance width="1804"/>
|
||||||
<unicode hex="0052"/>
|
<unicode hex="0052"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="896" y="2176" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="840" y="16" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1724" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1724" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1724" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="240" y="2048" type="line"/>
|
<point x="240" y="2048" type="line"/>
|
||||||
<point x="240" y="0" type="line"/>
|
<point x="240" y="0" type="line"/>
|
||||||
|
|
@ -48,6 +33,21 @@
|
||||||
<point x="1204" y="900" type="line"/>
|
<point x="1204" y="900" type="line"/>
|
||||||
<point x="924" y="900" type="line"/>
|
<point x="924" y="900" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="840" y="0" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1724" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1724" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1724" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1796"/>
|
<advance width="1796"/>
|
||||||
<unicode hex="0053"/>
|
<unicode hex="0053"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="820.0" y="2180.0" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="848.0" y="0.0" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1656.0" y="2200.0" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1656.0" y="-560.0" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1656.0" y="2200.0" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1360" y="1520" type="curve"/>
|
<point x="1360" y="1520" type="curve"/>
|
||||||
<point x="1608" y="1520" type="line"/>
|
<point x="1608" y="1520" type="line"/>
|
||||||
|
|
@ -60,6 +45,21 @@
|
||||||
<point x="1156" y="1848"/>
|
<point x="1156" y="1848"/>
|
||||||
<point x="1324" y="1724"/>
|
<point x="1324" y="1724"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="-36" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1656.0" y="2200.0" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1656.0" y="-560.0" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1656.0" y="2200.0" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,22 @@
|
||||||
<unicode hex="0054"/>
|
<unicode hex="0054"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="748" y="2176" type="move" name="top"/>
|
<point x="1020" y="2048" type="line"/>
|
||||||
|
<point x="772" y="2048" type="line"/>
|
||||||
|
<point x="772" y="0" type="line"/>
|
||||||
|
<point x="1020" y="0" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="820" y="0" type="move" name="bottom"/>
|
<point x="1664" y="2048" type="line"/>
|
||||||
|
<point x="128" y="2048" type="line"/>
|
||||||
|
<point x="128" y="1828" type="line"/>
|
||||||
|
<point x="1664" y="1828" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="952" y="0" type="move" name="right"/>
|
<point x="952" y="0" type="move" name="right"/>
|
||||||
|
|
@ -24,18 +36,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1656" y="2200" type="move" name="top0315"/>
|
<point x="1656" y="2200" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1020" y="2048" type="line"/>
|
|
||||||
<point x="772" y="2048" type="line"/>
|
|
||||||
<point x="772" y="0" type="line"/>
|
|
||||||
<point x="1020" y="0" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1664" y="2048" type="line"/>
|
|
||||||
<point x="128" y="2048" type="line"/>
|
|
||||||
<point x="128" y="1828" type="line"/>
|
|
||||||
<point x="1664" y="1828" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,10 @@
|
||||||
<point x="1828" y="2048" type="line"/>
|
<point x="1828" y="2048" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1036" y="2304" type="move" name="top"/>
|
<point x="1028" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="912.0" y="0.0" type="move" name="bottom"/>
|
<point x="1024" y="-28" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1152.0" y="0.0" type="move" name="right"/>
|
<point x="1152.0" y="0.0" type="move" name="right"/>
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
</contour>
|
</contour>
|
||||||
<component base="U"/>
|
<component base="U"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="960" y="2216" type="move" name="top"/>
|
<point x="1024" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="960" y="-16" type="move" name="bottom"/>
|
<point x="1024" y="-28" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1968" y="2216" type="move" name="top0315"/>
|
<point x="1968" y="2216" type="move" name="top0315"/>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,17 @@
|
||||||
<unicode hex="0056"/>
|
<unicode hex="0056"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="880" y="2304" type="move" name="top"/>
|
<point x="328" y="2048" type="line"/>
|
||||||
|
<point x="884" y="380" type="line"/>
|
||||||
|
<point x="912" y="380" type="line"/>
|
||||||
|
<point x="1464" y="2048" type="line"/>
|
||||||
|
<point x="1728" y="2048" type="line"/>
|
||||||
|
<point x="1024" y="0" type="line"/>
|
||||||
|
<point x="768" y="0" type="line"/>
|
||||||
|
<point x="64" y="2048" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1020" y="16" type="move" name="bottom"/>
|
<point x="1020" y="16" type="move" name="bottom"/>
|
||||||
|
|
@ -18,16 +28,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1916" y="2216" type="move" name="top0315"/>
|
<point x="1916" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="328" y="2048" type="line"/>
|
|
||||||
<point x="884" y="380" type="line"/>
|
|
||||||
<point x="912" y="380" type="line"/>
|
|
||||||
<point x="1464" y="2048" type="line"/>
|
|
||||||
<point x="1728" y="2048" type="line"/>
|
|
||||||
<point x="1024" y="0" type="line"/>
|
|
||||||
<point x="768" y="0" type="line"/>
|
|
||||||
<point x="64" y="2048" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<point x="712" y="400" type="line"/>
|
<point x="712" y="400" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1272" y="2200" type="move" name="top"/>
|
<point x="1280" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1268" y="16" type="move" name="bottom"/>
|
<point x="1268" y="16" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -3,27 +3,6 @@
|
||||||
<advance width="1672"/>
|
<advance width="1672"/>
|
||||||
<unicode hex="0058"/>
|
<unicode hex="0058"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="884" y="16" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1520" y="0" type="move" name="right"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="888" y="1020" type="move" name="cross"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="892" y="2216" 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="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="344" y="2048" type="line"/>
|
<point x="344" y="2048" type="line"/>
|
||||||
<point x="64" y="2048" type="line"/>
|
<point x="64" y="2048" type="line"/>
|
||||||
|
|
@ -52,6 +31,27 @@
|
||||||
<point x="824" y="1208"/>
|
<point x="824" y="1208"/>
|
||||||
<point x="816" y="1220" type="curve" smooth="yes"/>
|
<point x="816" y="1220" type="curve" smooth="yes"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="884" y="16" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1520" y="0" type="move" name="right"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="888" y="1020" type="move" name="cross"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="832" 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="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1632"/>
|
<advance width="1632"/>
|
||||||
<unicode hex="005A"/>
|
<unicode hex="005A"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="832" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="824" y="16" type="move" name="bottom"/>
|
|
||||||
</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"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1472" y="220" type="line"/>
|
<point x="1472" y="220" type="line"/>
|
||||||
<point x="276" y="220" type="line"/>
|
<point x="276" y="220" type="line"/>
|
||||||
|
|
@ -38,6 +23,21 @@
|
||||||
<point x="160" y="1828" type="line"/>
|
<point x="160" y="1828" type="line"/>
|
||||||
<point x="1336" y="1828" type="line"/>
|
<point x="1336" y="1828" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="832" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="824" y="16" type="move" name="bottom"/>
|
||||||
|
</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"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,13 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="01B5"/>
|
<unicode hex="01B5"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1516" y="1120" type="line" name="hr00"/>
|
||||||
|
<point x="192" y="1120" type="line"/>
|
||||||
|
<point x="192" y="900" type="line"/>
|
||||||
|
<point x="1516" y="900" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="Z" xOffset="32"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="880" y="2200" type="move" name="top"/>
|
<point x="880" y="2200" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,13 +19,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1720" y="2200" type="move" name="top0315"/>
|
<point x="1720" y="2200" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1516" y="1120" type="line" name="hr00"/>
|
|
||||||
<point x="192" y="1120" type="line"/>
|
|
||||||
<point x="192" y="900" type="line"/>
|
|
||||||
<point x="1516" y="900" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<component base="Z" xOffset="32"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
<point x="748" y="0" type="move" name="bottom"/>
|
<point x="748" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1300" y="0" type="move" name="ogonek"/>
|
<point x="1356" y="0" type="move" name="ogonek"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="752" y="1792" type="move" name="rhalfring"/>
|
<point x="752" y="1792" type="move" name="rhalfring"/>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
<glyph name="a_uni02DE" format="1">
|
<glyph name="a_uni02DE" format="1">
|
||||||
<advance width="2048"/>
|
<advance width="2048"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="a" xOffset="-228"/>
|
||||||
|
<component base="rhotichookmod" xOffset="1252"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="460" y="0" type="move" name="bottom"/>
|
<point x="460" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -26,8 +28,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="736" y="1776" type="move" name="rhalfring"/>
|
<point x="736" y="1776" type="move" name="rhalfring"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="a" xOffset="-228"/>
|
|
||||||
<component base="rhotichookmod" xOffset="1252"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,18 +3,18 @@
|
||||||
<advance width="752"/>
|
<advance width="752"/>
|
||||||
<unicode hex="00B4"/>
|
<unicode hex="00B4"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="180" y="1704" type="line"/>
|
||||||
|
<point x="356" y="1704" type="line"/>
|
||||||
|
<point x="664" y="2112" type="line"/>
|
||||||
|
<point x="420" y="2112" type="line"/>
|
||||||
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="304" y="1776" type="move" name="_top"/>
|
<point x="304" y="1776" type="move" name="_top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="304" y="2268" type="move" name="mkmktop_acc"/>
|
<point x="304" y="2268" type="move" name="mkmktop_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="152" y="1704" type="line"/>
|
|
||||||
<point x="372" y="1704" type="line"/>
|
|
||||||
<point x="752" y="2112" type="line"/>
|
|
||||||
<point x="420" y="2112" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
<advance width="0"/>
|
<advance width="0"/>
|
||||||
<unicode hex="030B"/>
|
<unicode hex="030B"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="acute" xOffset="-1554"/>
|
||||||
|
<component base="acute" xOffset="-1004"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-909" y="1774" type="move" name="_marktop"/>
|
<point x="-909" y="1774" type="move" name="_marktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,8 +14,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-909" y="2228" type="move" name="mkmktop"/>
|
<point x="-909" y="2228" type="move" name="mkmktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="acute" xOffset="-1554"/>
|
|
||||||
<component base="acute" xOffset="-1004"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,13 @@
|
||||||
<advance width="0"/>
|
<advance width="0"/>
|
||||||
<unicode hex="0341"/>
|
<unicode hex="0341"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="acute" xOffset="-473"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-144" y="1774" type="move" name="_marktop"/>
|
<point x="-144" y="1774" type="move" name="_marktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-144" y="2228" type="move" name="mkmktop"/>
|
<point x="-144" y="2228" type="move" name="mkmktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="acute" xOffset="-473"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,13 @@
|
||||||
<advance width="0"/>
|
<advance width="0"/>
|
||||||
<unicode hex="0317"/>
|
<unicode hex="0317"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="acute" xOffset="-1282" yOffset="-2241"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-842" y="-536" type="move" name="mkmkbottom_acc"/>
|
<point x="-842" y="-536" type="move" name="mkmkbottom_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-843" y="0" type="move" name="_markbottom"/>
|
<point x="-843" y="0" type="move" name="_markbottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="acute" xOffset="-1282" yOffset="-2241"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@
|
||||||
<advance width="2064"/>
|
<advance width="2064"/>
|
||||||
<unicode hex="0418"/>
|
<unicode hex="0418"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="N" yScale="-1" yOffset="2048"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1016" y="2216" type="move" name="top"/>
|
<point x="1024" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1768" y="0" type="move" name="right"/>
|
<point x="1768" y="0" type="move" name="right"/>
|
||||||
|
|
@ -12,7 +13,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2016" y="2216" type="move" name="top0315"/>
|
<point x="2016" y="2216" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="N" yScale="-1" yOffset="2048"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1632"/>
|
<advance width="1632"/>
|
||||||
<unicode hex="0062"/>
|
<unicode hex="0062"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="992" y="2216" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="936" y="-16" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1696" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1696" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1696" y="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="224" y="2048" type="line"/>
|
<point x="224" y="2048" type="line"/>
|
||||||
<point x="224" y="0" type="line"/>
|
<point x="224" y="0" type="line"/>
|
||||||
|
|
@ -28,6 +13,21 @@
|
||||||
<point x="460" y="2048" type="line"/>
|
<point x="460" y="2048" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="rightloop.cn" xOffset="-16"/>
|
<component base="rightloop.cn" xOffset="-16"/>
|
||||||
|
<contour>
|
||||||
|
<point x="896" y="2304" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="892" y="-28" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1696" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1696" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1696" y="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="0180"/>
|
<unicode hex="0180"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="b" xOffset="156"/>
|
||||||
|
<component base="crossbar" xOffset="-132" yOffset="792"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="856" y="-16" type="move" name="markbottom"/>
|
<point x="856" y="-16" type="move" name="markbottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -18,8 +20,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="856" y="-16" type="move" name="bottom"/>
|
<point x="856" y="-16" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="b" xOffset="156"/>
|
|
||||||
<component base="crossbar" xOffset="-132" yOffset="792"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -32,13 +32,13 @@
|
||||||
<point x="1204" y="1076" type="curve"/>
|
<point x="1204" y="1076" type="curve"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="872" y="1792" type="move" name="top"/>
|
<point x="824" y="1792" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="808" y="0" type="move" name="bottom"/>
|
<point x="820" y="-32" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="872" y="1792" type="move" name="marktop"/>
|
<point x="824" y="1792" type="move" name="marktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1456" y="2200" type="move" name="top_dd"/>
|
<point x="1456" y="2200" type="move" name="top_dd"/>
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,25 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="caron" format="1">
|
<glyph name="caron" format="1">
|
||||||
<advance width="1248"/>
|
<advance width="1280"/>
|
||||||
<unicode hex="02C7"/>
|
<unicode hex="02C7"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="624" y="1776" type="move" name="_top"/>
|
<point x="400" y="2116" type="line"/>
|
||||||
|
<point x="208" y="2116" type="line"/>
|
||||||
|
<point x="208" y="2100" type="line"/>
|
||||||
|
<point x="572" y="1724" type="line"/>
|
||||||
|
<point x="708" y="1724" type="line"/>
|
||||||
|
<point x="1076" y="2100" type="line"/>
|
||||||
|
<point x="1076" y="2116" type="line"/>
|
||||||
|
<point x="884" y="2116" type="line"/>
|
||||||
|
<point x="640" y="1876" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="640" y="1792" type="move" name="_top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="624" y="2248" type="move" name="mkmktop_acc"/>
|
<point x="624" y="2248" type="move" name="mkmktop_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="420" y="2116" type="line"/>
|
|
||||||
<point x="192" y="2116" type="line"/>
|
|
||||||
<point x="192" y="2100" type="line"/>
|
|
||||||
<point x="540" y="1724" type="line"/>
|
|
||||||
<point x="704" y="1724" type="line"/>
|
|
||||||
<point x="1060" y="2100" type="line"/>
|
|
||||||
<point x="1060" y="2116" type="line"/>
|
|
||||||
<point x="824" y="2116" type="line"/>
|
|
||||||
<point x="624" y="1888" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,15 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="circumflex" format="1">
|
<glyph name="circumflex" format="1">
|
||||||
<advance width="1248"/>
|
<advance width="1280"/>
|
||||||
<unicode hex="02C6"/>
|
<unicode hex="02C6"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="caron" yScale="-1" yOffset="3840"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="644" y="1776" type="move" name="_top"/>
|
<point x="640" y="1792" type="move" name="_top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="624" y="2256" type="move" name="mkmktop_acc"/>
|
<point x="624" y="2256" type="move" name="mkmktop_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="704" y="2116" type="line"/>
|
|
||||||
<point x="540" y="2116" type="line"/>
|
|
||||||
<point x="200" y="1736" type="line"/>
|
|
||||||
<point x="200" y="1724" type="line"/>
|
|
||||||
<point x="424" y="1724" type="line"/>
|
|
||||||
<point x="624" y="1952" type="line"/>
|
|
||||||
<point x="824" y="1724" type="line"/>
|
|
||||||
<point x="1048" y="1724" type="line"/>
|
|
||||||
<point x="1048" y="1736" type="line"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<advance width="0"/>
|
<advance width="0"/>
|
||||||
<unicode hex="0302"/>
|
<unicode hex="0302"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="circumflex" xOffset="-1471"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-813" y="1774" type="move" name="_marktop"/>
|
<point x="-813" y="1774" type="move" name="_marktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,7 +13,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-813" y="2255" type="move" name="mkmktop"/>
|
<point x="-813" y="2255" type="move" name="mkmktop"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="circumflex" xOffset="-1471"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<advance width="0"/>
|
<advance width="0"/>
|
||||||
<unicode hex="032D"/>
|
<unicode hex="032D"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="circumflex" xOffset="-1469" yOffset="-2278"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-809" y="0" type="move" name="_bottom"/>
|
<point x="-809" y="0" type="move" name="_bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -15,7 +16,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="-809" y="0" type="move" name="_bottomu"/>
|
<point x="-809" y="0" type="move" name="_bottomu"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="circumflex" xOffset="-1469" yOffset="-2278"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@
|
||||||
<advance width="736"/>
|
<advance width="736"/>
|
||||||
<unicode hex="F6C3"/>
|
<unicode hex="F6C3"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="comma" yOffset="128"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="420" y="504" type="move" name="_bottom"/>
|
<point x="384" y="512" type="move" name="_bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="244" y="340" type="move" name="_caron"/>
|
<point x="244" y="340" type="move" name="_caron"/>
|
||||||
|
|
@ -15,18 +16,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="420" y="-216" type="move" name="mkmkbottom_acc"/>
|
<point x="420" y="-216" type="move" name="mkmkbottom_acc"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="552" y="344" type="line"/>
|
|
||||||
<point x="288" y="344" type="line"/>
|
|
||||||
<point x="288" y="232" type="line" smooth="yes"/>
|
|
||||||
<point x="288" y="104"/>
|
|
||||||
<point x="256" y="-8"/>
|
|
||||||
<point x="188" y="-112" type="curve"/>
|
|
||||||
<point x="344" y="-216" type="line"/>
|
|
||||||
<point x="484" y="-104"/>
|
|
||||||
<point x="552" y="88"/>
|
|
||||||
<point x="552" y="236" type="curve" smooth="yes"/>
|
|
||||||
</contour>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -752,8 +752,6 @@
|
||||||
<string>eight.frac.glif</string>
|
<string>eight.frac.glif</string>
|
||||||
<key>eight.sup</key>
|
<key>eight.sup</key>
|
||||||
<string>eight.sup.glif</string>
|
<string>eight.sup.glif</string>
|
||||||
<key>eight.tnum</key>
|
|
||||||
<string>eight.tnum.glif</string>
|
|
||||||
<key>eightroman</key>
|
<key>eightroman</key>
|
||||||
<string>eightroman.glif</string>
|
<string>eightroman.glif</string>
|
||||||
<key>eightsub</key>
|
<key>eightsub</key>
|
||||||
|
|
@ -874,8 +872,6 @@
|
||||||
<string>five.frac.glif</string>
|
<string>five.frac.glif</string>
|
||||||
<key>five.sup</key>
|
<key>five.sup</key>
|
||||||
<string>five.sup.glif</string>
|
<string>five.sup.glif</string>
|
||||||
<key>five.tnum</key>
|
|
||||||
<string>five.tnum.glif</string>
|
|
||||||
<key>fiveeighths</key>
|
<key>fiveeighths</key>
|
||||||
<string>fiveeighths.glif</string>
|
<string>fiveeighths.glif</string>
|
||||||
<key>fiveroman</key>
|
<key>fiveroman</key>
|
||||||
|
|
@ -888,12 +884,14 @@
|
||||||
<string>florin.glif</string>
|
<string>florin.glif</string>
|
||||||
<key>four</key>
|
<key>four</key>
|
||||||
<string>four.glif</string>
|
<string>four.glif</string>
|
||||||
|
<key>four.1</key>
|
||||||
|
<string>four.1.glif</string>
|
||||||
<key>four.frac</key>
|
<key>four.frac</key>
|
||||||
<string>four.frac.glif</string>
|
<string>four.frac.glif</string>
|
||||||
<key>four.sup</key>
|
<key>four.sup</key>
|
||||||
<string>four.sup.glif</string>
|
<string>four.sup.glif</string>
|
||||||
<key>four.tnum</key>
|
<key>four.tnum.1</key>
|
||||||
<string>four.tnum.glif</string>
|
<string>four.tnum.1.glif</string>
|
||||||
<key>fourroman</key>
|
<key>fourroman</key>
|
||||||
<string>fourroman.glif</string>
|
<string>fourroman.glif</string>
|
||||||
<key>foursub</key>
|
<key>foursub</key>
|
||||||
|
|
@ -1204,12 +1202,14 @@
|
||||||
<string>naira.glif</string>
|
<string>naira.glif</string>
|
||||||
<key>nine</key>
|
<key>nine</key>
|
||||||
<string>nine.glif</string>
|
<string>nine.glif</string>
|
||||||
|
<key>nine.1</key>
|
||||||
|
<string>nine.1.glif</string>
|
||||||
<key>nine.frac</key>
|
<key>nine.frac</key>
|
||||||
<string>nine.frac.glif</string>
|
<string>nine.frac.glif</string>
|
||||||
<key>nine.sup</key>
|
<key>nine.sup</key>
|
||||||
<string>nine.sup.glif</string>
|
<string>nine.sup.glif</string>
|
||||||
<key>nine.tnum</key>
|
<key>nine.tnum.1</key>
|
||||||
<string>nine.tnum.glif</string>
|
<string>nine.tnum.1.glif</string>
|
||||||
<key>nineinferior</key>
|
<key>nineinferior</key>
|
||||||
<string>nineinferior.glif</string>
|
<string>nineinferior.glif</string>
|
||||||
<key>nineroman</key>
|
<key>nineroman</key>
|
||||||
|
|
@ -1582,12 +1582,14 @@
|
||||||
<string>sigma1.glif</string>
|
<string>sigma1.glif</string>
|
||||||
<key>six</key>
|
<key>six</key>
|
||||||
<string>six.glif</string>
|
<string>six.glif</string>
|
||||||
|
<key>six.1</key>
|
||||||
|
<string>six.1.glif</string>
|
||||||
<key>six.frac</key>
|
<key>six.frac</key>
|
||||||
<string>six.frac.glif</string>
|
<string>six.frac.glif</string>
|
||||||
<key>six.sup</key>
|
<key>six.sup</key>
|
||||||
<string>six.sup.glif</string>
|
<string>six.sup.glif</string>
|
||||||
<key>six.tnum</key>
|
<key>six.tnum.1</key>
|
||||||
<string>six.tnum.glif</string>
|
<string>six.tnum.1.glif</string>
|
||||||
<key>sixinferior</key>
|
<key>sixinferior</key>
|
||||||
<string>sixinferior.glif</string>
|
<string>sixinferior.glif</string>
|
||||||
<key>sixroman</key>
|
<key>sixroman</key>
|
||||||
|
|
@ -1672,8 +1674,6 @@
|
||||||
<string>three.glif</string>
|
<string>three.glif</string>
|
||||||
<key>three.sup</key>
|
<key>three.sup</key>
|
||||||
<string>three.sup.glif</string>
|
<string>three.sup.glif</string>
|
||||||
<key>three.tnum</key>
|
|
||||||
<string>three.tnum.glif</string>
|
|
||||||
<key>threeeighths</key>
|
<key>threeeighths</key>
|
||||||
<string>threeeighths.glif</string>
|
<string>threeeighths.glif</string>
|
||||||
<key>threequarters</key>
|
<key>threequarters</key>
|
||||||
|
|
@ -1764,8 +1764,6 @@
|
||||||
<string>two.glif</string>
|
<string>two.glif</string>
|
||||||
<key>two.sup</key>
|
<key>two.sup</key>
|
||||||
<string>two.sup.glif</string>
|
<string>two.sup.glif</string>
|
||||||
<key>two.tnum</key>
|
|
||||||
<string>two.tnum.glif</string>
|
|
||||||
<key>twodotleader</key>
|
<key>twodotleader</key>
|
||||||
<string>twodotleader.glif</string>
|
<string>twodotleader.glif</string>
|
||||||
<key>tworoman</key>
|
<key>tworoman</key>
|
||||||
|
|
@ -4348,10 +4346,10 @@
|
||||||
<string>zero.glif</string>
|
<string>zero.glif</string>
|
||||||
<key>zero.frac</key>
|
<key>zero.frac</key>
|
||||||
<string>zero.frac.glif</string>
|
<string>zero.frac.glif</string>
|
||||||
|
<key>zero.slash</key>
|
||||||
|
<string>zero.slash.glif</string>
|
||||||
<key>zero.sup</key>
|
<key>zero.sup</key>
|
||||||
<string>zero.sup.glif</string>
|
<string>zero.sup.glif</string>
|
||||||
<key>zero.tnum</key>
|
|
||||||
<string>zero.tnum.glif</string>
|
|
||||||
<key>zerosub</key>
|
<key>zerosub</key>
|
||||||
<string>zerosub.glif</string>
|
<string>zerosub.glif</string>
|
||||||
<key>zerosuperior</key>
|
<key>zerosuperior</key>
|
||||||
|
|
|
||||||
|
|
@ -3,27 +3,6 @@
|
||||||
<advance width="1632"/>
|
<advance width="1632"/>
|
||||||
<unicode hex="0064"/>
|
<unicode hex="0064"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1520" y="2112" type="move" name="caron"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1196" y="1796" type="move" name="cross"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="836" y="0" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="740" y="2216" type="move" name="top"/>
|
|
||||||
</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="2216" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1192" y="344" type="line"/>
|
<point x="1192" y="344" type="line"/>
|
||||||
<point x="1212" y="0" type="line"/>
|
<point x="1212" y="0" type="line"/>
|
||||||
|
|
@ -34,6 +13,27 @@
|
||||||
<point x="1264" y="748" type="line"/>
|
<point x="1264" y="748" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="leftloop.cn" xOffset="-16"/>
|
<component base="leftloop.cn" xOffset="-16"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1520" y="2112" type="move" name="caron"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1196" y="1796" type="move" name="cross"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="708" y="-28" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="728" y="2304" type="move" name="top"/>
|
||||||
|
</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="2216" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,20 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="0111"/>
|
<unicode hex="0111"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1148" y="288" type="line"/>
|
||||||
|
<point x="1172" y="0" type="line"/>
|
||||||
|
<point x="1384" y="0" type="line"/>
|
||||||
|
<point x="1384" y="2112" type="line"/>
|
||||||
|
<point x="1148" y="2112" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1648" y="1912" type="line"/>
|
||||||
|
<point x="764" y="1912" type="line"/>
|
||||||
|
<point x="764" y="1692" type="line"/>
|
||||||
|
<point x="1648" y="1692" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<component base="leftloop.cn" xOffset="-16"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1524" y="2112" type="move" name="caron"/>
|
<point x="1524" y="2112" type="move" name="caron"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -10,7 +24,7 @@
|
||||||
<point x="840" y="0" type="move" name="bottom"/>
|
<point x="840" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="744" y="2216" type="move" name="top"/>
|
<point x="768" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1584" y="2200" type="move" name="top_dd"/>
|
<point x="1584" y="2200" type="move" name="top_dd"/>
|
||||||
|
|
@ -27,20 +41,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1204" y="1800" type="move" name="parenthesses.w2"/>
|
<point x="1204" y="1800" type="move" name="parenthesses.w2"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
|
||||||
<point x="1148" y="288" type="line"/>
|
|
||||||
<point x="1172" y="0" type="line"/>
|
|
||||||
<point x="1384" y="0" type="line"/>
|
|
||||||
<point x="1384" y="2112" type="line"/>
|
|
||||||
<point x="1148" y="2112" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1648" y="1912" type="line"/>
|
|
||||||
<point x="764" y="1912" type="line"/>
|
|
||||||
<point x="764" y="1692" type="line"/>
|
|
||||||
<point x="1648" y="1692" type="line"/>
|
|
||||||
</contour>
|
|
||||||
<component base="leftloop.cn" xOffset="-16"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="0256"/>
|
<unicode hex="0256"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="684" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="764" y="-616" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1576" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1036" y="316" type="line"/>
|
<point x="1036" y="316" type="line"/>
|
||||||
<point x="1036" y="-192" type="line" smooth="yes"/>
|
<point x="1036" y="-192" type="line" smooth="yes"/>
|
||||||
|
|
@ -31,6 +22,15 @@
|
||||||
<point x="1308" y="316" type="line"/>
|
<point x="1308" y="316" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="d" xOffset="-88"/>
|
<component base="d" xOffset="-88"/>
|
||||||
|
<contour>
|
||||||
|
<point x="684" y="2200" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="764" y="-616" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1576" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="2528"/>
|
<advance width="2528"/>
|
||||||
<unicode hex="02A4"/>
|
<unicode hex="02A4"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1676" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1676" y="-616" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="2504" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1096" y="1488" type="line"/>
|
<point x="1096" y="1488" type="line"/>
|
||||||
<point x="1096" y="1268" type="line"/>
|
<point x="1096" y="1268" type="line"/>
|
||||||
|
|
@ -47,6 +38,15 @@
|
||||||
<point x="1652" y="596" type="curve"/>
|
<point x="1652" y="596" type="curve"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="d" xOffset="-88"/>
|
<component base="d" xOffset="-88"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1676" y="2200" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1676" y="-616" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="2504" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="2784"/>
|
<advance width="2784"/>
|
||||||
<unicode hex="02A3"/>
|
<unicode hex="02A3"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1908" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1908" y="0" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="2652" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="2552" y="220" type="line"/>
|
<point x="2552" y="220" type="line"/>
|
||||||
<point x="1476" y="220" type="line"/>
|
<point x="1476" y="220" type="line"/>
|
||||||
|
|
@ -33,6 +24,15 @@
|
||||||
<point x="2396" y="1268" type="line"/>
|
<point x="2396" y="1268" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="d" xOffset="-24"/>
|
<component base="d" xOffset="-24"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1908" y="2200" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1908" y="0" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="2652" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="3040"/>
|
<advance width="3040"/>
|
||||||
<unicode hex="02A5"/>
|
<unicode hex="02A5"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1820" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1820" y="-616" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="2904" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1596" y="-140" type="line"/>
|
<point x="1596" y="-140" type="line"/>
|
||||||
<point x="1792" y="-284" type="line"/>
|
<point x="1792" y="-284" type="line"/>
|
||||||
|
|
@ -59,6 +50,15 @@
|
||||||
<point x="2340" y="1268" type="line"/>
|
<point x="2340" y="1268" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="d" xOffset="-80"/>
|
<component base="d" xOffset="-80"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1820" y="2200" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1820" y="-616" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="2904" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -38,10 +38,10 @@
|
||||||
<point x="820" y="1792" type="move" name="top"/>
|
<point x="820" y="1792" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="884.0" y="0.0" type="move" name="bottom"/>
|
<point x="840" y="0" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1240.0" y="320.0" type="move" name="ogonek"/>
|
<point x="1252" y="92" type="move" name="ogonek"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1488.0" y="2176.0" type="move" name="top_dd"/>
|
<point x="1488.0" y="2176.0" type="move" name="top_dd"/>
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,6 @@
|
||||||
<advance width="1504"/>
|
<advance width="1504"/>
|
||||||
<unicode hex="0454"/>
|
<unicode hex="0454"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="708" y="1776" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1404" y="1776" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="832" y="852" type="line"/>
|
<point x="832" y="852" type="line"/>
|
||||||
<point x="76" y="852" type="line"/>
|
<point x="76" y="852" type="line"/>
|
||||||
|
|
@ -16,6 +10,12 @@
|
||||||
<point x="832" y="632" type="line"/>
|
<point x="832" y="632" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="c" xOffset="-100"/>
|
<component base="c" xOffset="-100"/>
|
||||||
|
<contour>
|
||||||
|
<point x="708" y="1776" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1404" y="1776" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="eight.tnum" format="1">
|
|
||||||
<advance width="1664"/>
|
|
||||||
<outline>
|
|
||||||
<component base="eight"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<point x="888" y="1316" type="line"/>
|
<point x="888" y="1316" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="740" y="2140" type="move" name="top"/>
|
<point x="536" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="440" y="16" type="move" name="bottom"/>
|
<point x="440" y="16" type="move" name="bottom"/>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="02AA"/>
|
<unicode hex="02AA"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="1036" y="2200" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1036" y="0" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1756" y="2200" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1348" y="396" type="curve" smooth="yes"/>
|
<point x="1348" y="396" type="curve" smooth="yes"/>
|
||||||
<point x="1348" y="280"/>
|
<point x="1348" y="280"/>
|
||||||
|
|
@ -53,6 +44,15 @@
|
||||||
<point x="1348" y="524"/>
|
<point x="1348" y="524"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="l" xOffset="-116"/>
|
<component base="l" xOffset="-116"/>
|
||||||
|
<contour>
|
||||||
|
<point x="1036" y="2200" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1036" y="0" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1756" y="2200" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
<point x="473" y="1178" type="curve"/>
|
<point x="473" y="1178" type="curve"/>
|
||||||
<point x="459" y="1178" type="line"/>
|
<point x="459" y="1178" type="line"/>
|
||||||
<point x="544" y="1812" type="line"/>
|
<point x="544" y="1812" type="line"/>
|
||||||
<point x="1352" y="1812" type="line"/>
|
<point x="1400" y="1812" type="line"/>
|
||||||
<point x="1352" y="2048" type="line"/>
|
<point x="1400" y="2048" type="line"/>
|
||||||
<point x="320" y="2048" type="line"/>
|
<point x="320" y="2048" type="line"/>
|
||||||
<point x="200" y="1000" type="line"/>
|
<point x="200" y="1000" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="five.tnum" format="1">
|
|
||||||
<advance width="1664"/>
|
|
||||||
<outline>
|
|
||||||
<component base="five"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
32
src/Interface-Regular.ufo/glyphs/four.1.glif
Normal file
32
src/Interface-Regular.ufo/glyphs/four.1.glif
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="four.1" format="1">
|
||||||
|
<advance width="1664"/>
|
||||||
|
<outline>
|
||||||
|
<contour>
|
||||||
|
<point x="1536" y="604" type="line"/>
|
||||||
|
<point x="404" y="604" type="line"/>
|
||||||
|
<point x="1144" y="2048" type="line"/>
|
||||||
|
<point x="892" y="2048" type="line"/>
|
||||||
|
<point x="96" y="540" type="line"/>
|
||||||
|
<point x="96" y="384" type="line"/>
|
||||||
|
<point x="1536" y="384" type="line"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1280" y="1280" type="line"/>
|
||||||
|
<point x="1060" y="1280" type="line"/>
|
||||||
|
<point x="1060" y="0" type="line"/>
|
||||||
|
<point x="1280" y="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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
18
src/Interface-Regular.ufo/glyphs/four.tnum.1.glif
Normal file
18
src/Interface-Regular.ufo/glyphs/four.tnum.1.glif
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<glyph name="four.tnum.1" format="1">
|
||||||
|
<advance width="1664"/>
|
||||||
|
<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>
|
||||||
|
</dict>
|
||||||
|
</lib>
|
||||||
|
</glyph>
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<glyph name="four.tnum" format="1">
|
|
||||||
<advance width="1664"/>
|
|
||||||
<outline>
|
|
||||||
<component base="four"/>
|
|
||||||
</outline>
|
|
||||||
</glyph>
|
|
||||||
|
|
@ -3,21 +3,6 @@
|
||||||
<advance width="1632"/>
|
<advance width="1632"/>
|
||||||
<unicode hex="0067"/>
|
<unicode hex="0067"/>
|
||||||
<outline>
|
<outline>
|
||||||
<contour>
|
|
||||||
<point x="748" y="1776" type="move" name="top"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="748" y="-616" type="move" name="bottom"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1568" y="2200" type="move" name="top_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1568" y="-560" type="move" name="bottom_dd"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
|
||||||
<point x="1568" y="1776" type="move" name="top0315"/>
|
|
||||||
</contour>
|
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1192" y="1528" type="line"/>
|
<point x="1192" y="1528" type="line"/>
|
||||||
<point x="1192" y="1200" type="line"/>
|
<point x="1192" y="1200" type="line"/>
|
||||||
|
|
@ -75,6 +60,21 @@
|
||||||
<point x="376" y="464"/>
|
<point x="376" y="464"/>
|
||||||
<point x="376" y="752" type="curve" smooth="yes"/>
|
<point x="376" y="752" type="curve" smooth="yes"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="812" y="1792" type="move" name="top"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="748" y="-616" type="move" name="bottom"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1568" y="2200" type="move" name="top_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1568" y="-560" type="move" name="bottom_dd"/>
|
||||||
|
</contour>
|
||||||
|
<contour>
|
||||||
|
<point x="1568" y="1776" type="move" name="top0315"/>
|
||||||
|
</contour>
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<advance width="1760"/>
|
<advance width="1760"/>
|
||||||
<unicode hex="0261"/>
|
<unicode hex="0261"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="g" xOffset="-16"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="748" y="1776" type="move" name="top"/>
|
<point x="748" y="1776" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,7 +13,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="748" y="-616" type="move" name="bottom"/>
|
<point x="748" y="-616" type="move" name="bottom"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="g" xOffset="-16"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<point x="460" y="0" type="line"/>
|
<point x="460" y="0" type="line"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="676" y="2216" type="move" name="top"/>
|
<point x="892" y="2304" type="move" name="top"/>
|
||||||
</contour>
|
</contour>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="372" y="1796" type="move" name="cross"/>
|
<point x="372" y="1796" type="move" name="cross"/>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
<advance width="1504"/>
|
<advance width="1504"/>
|
||||||
<unicode hex="04B3"/>
|
<unicode hex="04B3"/>
|
||||||
<outline>
|
<outline>
|
||||||
|
<component base="x" xOffset="-28"/>
|
||||||
|
<component base="cyrillictic" xOffset="996"/>
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1376" y="2200" type="move" name="top_dd"/>
|
<point x="1376" y="2200" type="move" name="top_dd"/>
|
||||||
</contour>
|
</contour>
|
||||||
|
|
@ -12,8 +14,6 @@
|
||||||
<contour>
|
<contour>
|
||||||
<point x="1376" y="1760" type="move" name="top0315"/>
|
<point x="1376" y="1760" type="move" name="top0315"/>
|
||||||
</contour>
|
</contour>
|
||||||
<component base="x" xOffset="-28"/>
|
|
||||||
<component base="cyrillictic" xOffset="996"/>
|
|
||||||
</outline>
|
</outline>
|
||||||
<lib>
|
<lib>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue