Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985

This commit is contained in:
Josh Matthews 2017-10-31 08:58:31 -04:00
parent 43a4f01647
commit 64e0a52537
12717 changed files with 59835 additions and 59820 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View file

@ -0,0 +1,28 @@
CSS Global Support Directory
============================
This directory contains common support files (such as images and external
style sheets). These are sync'ed into the support directories of all our
test suites. If you have test-suite-specific support files, please add
them to the appropriate test-suite-specific support/ directory.
If you add to a support/ directory, please run the tools/supportprop.py
script from the top of the repository to cascade support files into the
lower-level support directories.
Description of the Common Support File Collection
-------------------------------------------------
The 1x1-* images are all exactly one pixel.
The swatch-* images all use 15x15 cells.
The square-* images all use 15x15 cells with one pixel borders.
The pattern-* images use cells of various sizes:
pattern-grg-rgr-grg.png 20x20
pattern-rgr-grg-rgr.png 20x20
pattern-tr.png 15x15
pattern-grg-rrg-rgg.png 15x15

Binary file not shown.

After

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,63 @@
body { margin: 10px; }
@font-face {
font-family: gsub-test;
src: url(../fonts/gsubtest-lookup3.otf);
}
td.prop {
font-family: Menlo, monospace;
font-weight: normal;
text-align: left;
font-size: 80%;
}
td.features {
font-family: gsub-test;
}
.invalid {
color: red;
}
@font-feature-values gsub-test {
@styleset { ok-alt-a: 1 3 5; ok-alt-b: 19; }
@character-variant { ok-1: 78 2; }
@character-variant { ok-3: 23; }
@character-variant { not-good: 0 2; }
@annotation { ok-4: 1; }
@annotation { bogus-font-doesnt-support: 23; }
@annotation { circled: 1; }
@character-variant { multi-def: 4; }
@annotation { multi-def: 3; }
@styleset { multi-def2: 3 4 5; }
@styleset { MULTI-def2: 2 6; }
@styleset { out-of-bounds1: 0; out-of-bounds2: 100; }
}
@font-feature-values bogus-family {
@styleset { bogus: 3 4 7; }
}
@font-feature-values GSUB-tEsT {
@styleset { mixed-case: 3 4 7; }
}
@font-feature-values gSuB-tEsT {
@styleset { 3blah: 1 3; }
}
@font-feature-values gSuB-tEsT {
@styleset { moxie: 14; }
@styleset { 3blah: 1; }
}
@font-feature-values gSUB-TeST {
@styleset { moxie2: 14; }
@bongo { blah: 1; }
}
@font-feature-values gSUB-TEst {
@bongo { blah2: 1; }
@styleset { moxie3: 14; }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "FontFeaturesTest";
src: url("FontWithFeatures.otf") format("opentype");
}
</style>
</head>
<body>
This tests that font features are able to be turned on and off as desired. It uses a special font
designed specifically for this purpose. The test passes if you see a sequence of alternating check
marks and X below.
<div><span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
<span style="font-family: FontFeaturesTest;">BA</span>
</div>
</body>
</html>

View file

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "FontFeaturesTest";
src: url("resources/FontWithFeatures.otf") format("opentype");
}
</style>
</head>
<body>
This tests that font features are able to be turned on and off as desired. It uses a special font
designed specifically for this purpose. The test passes if you see a sequence of alternating check
marks and X below.
<div id="insertionpoint"></div>
<script>
var insertionpoint = document.getElementById("insertionpoint");
function addElement(feature, c) {
["0", "1"].map(function(state) {
var element = document.createElement("span");
element.textContent = c;
element.style.fontFamily = "FontFeaturesTest";
element.style.webkitFontFeatureSettings = '"' + feature + '" ' + state;
insertionpoint.appendChild(element);
});
insertionpoint.appendChild(document.createTextNode(" "));
}
addElement("liga", "C");
addElement("clig", "D");
addElement("dlig", "E");
addElement("hlig", "F");
addElement("calt", "G");
addElement("subs", "H");
addElement("sups", "I");
addElement("smcp", "J");
addElement("c2sc", "K");
addElement("pcap", "L");
addElement("c2pc", "M");
addElement("unic", "N");
addElement("titl", "O");
addElement("onum", "P");
addElement("pnum", "Q");
addElement("tnum", "R");
addElement("frac", "S");
//addElement("afrc", "T");
addElement("ordn", "U");
addElement("zero", "V");
addElement("hist", "W");
addElement("jp78", "X");
addElement("jp83", "Y");
addElement("jp90", "Z");
addElement("jp04", "a");
addElement("smpl", "b");
addElement("trad", "c");
addElement("fwid", "d");
addElement("pwid", "e");
addElement("ruby", "f");
</script>
</body>
</html>

View file

@ -0,0 +1,85 @@
/* This file is autogenerated by makegsubfonts.py */
/*
Features defined in gsubtest fonts with associated base
codepoints for each feature:
cp = codepoint for feature featX
cp default PASS
cp featX=1 FAIL
cp featX=2 FAIL
cp+1 default FAIL
cp+1 featX=1 PASS
cp+1 featX=2 FAIL
cp+2 default FAIL
cp+2 featX=1 FAIL
cp+2 featX=2 PASS
*/
var gFeatures = {
"MWL1": 0xe000, "NUM2": 0xe004, "PRIV": 0xe008, "T3ST": 0xe00c,
"TPSP": 0xe010, "abvf": 0xe014, "abvm": 0xe018, "abvs": 0xe01c,
"afrc": 0xe020, "akhn": 0xe024, "blwf": 0xe028, "blwm": 0xe02c,
"blws": 0xe030, "c2pc": 0xe034, "c2sc": 0xe038, "calt": 0xe03c,
"case": 0xe040, "ccmp": 0xe044, "cfar": 0xe048, "cjct": 0xe04c,
"clig": 0xe050, "cpct": 0xe054, "cpsp": 0xe058, "cswh": 0xe05c,
"curs": 0xe060, "cv00": 0xe064, "cv01": 0xe068, "cv02": 0xe06c,
"cv03": 0xe070, "cv04": 0xe074, "cv05": 0xe078, "cv06": 0xe07c,
"cv07": 0xe080, "cv08": 0xe084, "cv09": 0xe088, "cv10": 0xe08c,
"cv11": 0xe090, "cv12": 0xe094, "cv13": 0xe098, "cv14": 0xe09c,
"cv15": 0xe0a0, "cv16": 0xe0a4, "cv17": 0xe0a8, "cv18": 0xe0ac,
"cv19": 0xe0b0, "cv20": 0xe0b4, "cv21": 0xe0b8, "cv22": 0xe0bc,
"cv23": 0xe0c0, "cv24": 0xe0c4, "cv25": 0xe0c8, "cv26": 0xe0cc,
"cv27": 0xe0d0, "cv28": 0xe0d4, "cv29": 0xe0d8, "cv30": 0xe0dc,
"cv31": 0xe0e0, "cv32": 0xe0e4, "cv33": 0xe0e8, "cv34": 0xe0ec,
"cv35": 0xe0f0, "cv36": 0xe0f4, "cv37": 0xe0f8, "cv38": 0xe0fc,
"cv39": 0xe100, "cv40": 0xe104, "cv41": 0xe108, "cv42": 0xe10c,
"cv43": 0xe110, "cv44": 0xe114, "cv45": 0xe118, "cv46": 0xe11c,
"cv47": 0xe120, "cv48": 0xe124, "cv49": 0xe128, "cv50": 0xe12c,
"cv51": 0xe130, "cv52": 0xe134, "cv53": 0xe138, "cv54": 0xe13c,
"cv55": 0xe140, "cv56": 0xe144, "cv57": 0xe148, "cv58": 0xe14c,
"cv59": 0xe150, "cv60": 0xe154, "cv61": 0xe158, "cv62": 0xe15c,
"cv63": 0xe160, "cv64": 0xe164, "cv65": 0xe168, "cv66": 0xe16c,
"cv67": 0xe170, "cv68": 0xe174, "cv69": 0xe178, "cv70": 0xe17c,
"cv71": 0xe180, "cv72": 0xe184, "cv73": 0xe188, "cv74": 0xe18c,
"cv75": 0xe190, "cv76": 0xe194, "cv77": 0xe198, "cv78": 0xe19c,
"cv79": 0xe1a0, "cv80": 0xe1a4, "cv81": 0xe1a8, "cv82": 0xe1ac,
"cv83": 0xe1b0, "cv84": 0xe1b4, "cv85": 0xe1b8, "cv86": 0xe1bc,
"cv87": 0xe1c0, "cv88": 0xe1c4, "cv89": 0xe1c8, "cv90": 0xe1cc,
"cv91": 0xe1d0, "cv92": 0xe1d4, "cv93": 0xe1d8, "cv94": 0xe1dc,
"cv95": 0xe1e0, "cv96": 0xe1e4, "cv97": 0xe1e8, "cv98": 0xe1ec,
"cv99": 0xe1f0, "dist": 0xe1f4, "dlig": 0xe1f8, "dnom": 0xe1fc,
"expt": 0xe200, "falt": 0xe204, "fin2": 0xe208, "fin3": 0xe20c,
"fina": 0xe210, "frac": 0xe214, "fwid": 0xe218, "half": 0xe21c,
"haln": 0xe220, "halt": 0xe224, "hist": 0xe228, "hkna": 0xe22c,
"hlig": 0xe230, "hngl": 0xe234, "hojo": 0xe238, "hwid": 0xe23c,
"init": 0xe240, "isol": 0xe244, "ital": 0xe248, "jalt": 0xe24c,
"jp04": 0xe250, "jp78": 0xe254, "jp83": 0xe258, "jp90": 0xe25c,
"kern": 0xe260, "lfbd": 0xe264, "liga": 0xe268, "ljmo": 0xe26c,
"lnum": 0xe270, "locl": 0xe274, "ltra": 0xe278, "ltrm": 0xe27c,
"mark": 0xe280, "med2": 0xe284, "medi": 0xe288, "mgrk": 0xe28c,
"mkmk": 0xe290, "mset": 0xe294, "nalt": 0xe298, "nlck": 0xe29c,
"nukt": 0xe2a0, "numr": 0xe2a4, "onum": 0xe2a8, "opbd": 0xe2ac,
"ordn": 0xe2b0, "ornm": 0xe2b4, "palt": 0xe2b8, "pcap": 0xe2bc,
"pkna": 0xe2c0, "pnum": 0xe2c4, "pref": 0xe2c8, "pres": 0xe2cc,
"pstf": 0xe2d0, "psts": 0xe2d4, "pwid": 0xe2d8, "qwid": 0xe2dc,
"rand": 0xe2e0, "rkrf": 0xe2e4, "rlig": 0xe2e8, "rphf": 0xe2ec,
"rtbd": 0xe2f0, "rtla": 0xe2f4, "rtlm": 0xe2f8, "ruby": 0xe2fc,
"salt": 0xe300, "sinf": 0xe304, "size": 0xe308, "smcp": 0xe30c,
"smpl": 0xe310, "ss00": 0xe314, "ss01": 0xe318, "ss02": 0xe31c,
"ss03": 0xe320, "ss04": 0xe324, "ss05": 0xe328, "ss06": 0xe32c,
"ss07": 0xe330, "ss08": 0xe334, "ss09": 0xe338, "ss10": 0xe33c,
"ss11": 0xe340, "ss12": 0xe344, "ss13": 0xe348, "ss14": 0xe34c,
"ss15": 0xe350, "ss16": 0xe354, "ss17": 0xe358, "ss18": 0xe35c,
"ss19": 0xe360, "ss20": 0xe364, "ss21": 0xe368, "subs": 0xe36c,
"sups": 0xe370, "swsh": 0xe374, "titl": 0xe378, "tjmo": 0xe37c,
"tnam": 0xe380, "tnum": 0xe384, "trad": 0xe388, "twid": 0xe38c,
"unic": 0xe390, "valt": 0xe394, "vatu": 0xe398, "vert": 0xe39c,
"vhal": 0xe3a0, "vjmo": 0xe3a4, "vkna": 0xe3a8, "vkrn": 0xe3ac,
"vpal": 0xe3b0, "vrt2": 0xe3b4, "zero": 0xe3b8
};

View file

@ -0,0 +1,251 @@
# Feature To Unicode Mapping
# --------------------------
# This file is structured as:
# feature tag target first alternate second alternate third alternate
# with tab being the delimiter.
#
# Lines beginning with # should be ignored.
# Empty or whitespace only lines should be ignored.
abvf
abvm
abvs
afrc
akhn
blwf
blwm
blws
calt
case
ccmp
cfar
cjct
clig
cpct
cpsp
cswh
curs
# cv00 is a deliberately invalid feature tag
cv00
cv01
cv02
cv03
cv04
cv05
cv06
cv07
cv08
cv09
cv10
cv11
cv12
cv13
cv14
cv15
cv16
cv17
cv18
cv19
cv20
cv21
cv22
cv23
cv24
cv25
cv26
cv27
cv28
cv29
cv30
cv31
cv32
cv33
cv34
cv35
cv36
cv37
cv38
cv39
cv40
cv41
cv42
cv43
cv44
cv45
cv46
cv47
cv48
cv49
cv50
cv51
cv52
cv53
cv54
cv55
cv56
cv57
cv58
cv59
cv60
cv61
cv62
cv63
cv64
cv65
cv66
cv67
cv68
cv69
cv70
cv71
cv72
cv73
cv74
cv75
cv76
cv77
cv78
cv79
cv80
cv81
cv82
cv83
cv84
cv85
cv86
cv87
cv88
cv89
cv90
cv91
cv92
cv93
cv94
cv95
cv96
cv97
cv98
cv99
c2pc
c2sc
dist
dlig
dnom
expt
falt
fin2
fin3
fina
frac
fwid
half
haln
halt
hist
hkna
hlig
hngl
hojo
hwid
init
isol
ital
jalt
jp78
jp83
jp90
jp04
kern
lfbd
liga
ljmo
lnum
locl
ltra
ltrm
mark
med2
medi
mgrk
mkmk
mset
nalt
nlck
nukt
numr
onum
opbd
ordn
ornm
palt
pcap
pkna
pnum
pref
pres
pstf
psts
pwid
qwid
rand
rkrf
rlig
rphf
rtbd
rtla
rtlm
ruby
salt
sinf
size
smcp
smpl
# ss00 is a deliberately invalid feature tag
ss00
ss01
ss02
ss03
ss04
ss05
ss06
ss07
ss08
ss09
ss10
ss11
ss12
ss13
ss14
ss15
ss16
ss17
ss18
ss19
ss20
# ss21 is a deliberately invalid feature tag
ss21
subs
sups
swsh
titl
tjmo
tnam
tnum
trad
twid
unic
valt
vatu
vert
vhal
vjmo
vkna
vkrn
vpal
vrt2
zero
MWL1
NUM2
PRIV
T3ST
TPSP

View file

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>familyName</key>
<string>gsubtest-lookup3</string>
<key>styleName</key>
<string>lookup3-Regular</string>
<key>versionMajor</key>
<integer>1</integer>
<key>versionMinor</key>
<integer>0</integer>
<key>copyright</key>
<string></string>
<key>unitsPerEm</key>
<integer>1000</integer>
<key>ascender</key>
<integer>750</integer>
<key>descender</key>
<integer>-250</integer>
<key>italicAngle</key>
<real>0</real>
<key>note</key>
<string></string>
<key>openTypeHeadCreated</key>
<string>2011/03/22 13:46:27</string>
<key>openTypeHheaAscender</key>
<integer>750</integer>
<key>openTypeHheaDescender</key>
<integer>-250</integer>
<key>openTypeHheaLineGap</key>
<integer>9</integer>
<key>openTypeNameDesigner</key>
<string>Tal Leming with modifications by John Daggett</string>
<key>openTypeNameLicenseURL</key>
<string>http://scripts.sil.org/OFL</string>
<key>openTypeNameVersion</key>
<string>Version 1.000</string>
<key>openTypeNameUniqueID</key>
<string>1.000;TPSP;gsubtest-lookup3-Regular</string>
<key>openTypeOS2Panose</key>
<array>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
</array>
<key>openTypeOS2WidthClass</key>
<integer>5</integer>
<key>openTypeOS2WeightClass</key>
<integer>400</integer>
<key>openTypeOS2VendorID</key>
<string>None</string>
<key>openTypeOS2FamilyClass</key>
<array>
<integer>0</integer>
<integer>0</integer>
</array>
<key>openTypeOS2TypoAscender</key>
<integer>750</integer>
<key>openTypeOS2TypoDescender</key>
<integer>-250</integer>
<key>openTypeOS2TypoLineGap</key>
<integer>0</integer>
<key>openTypeOS2WinAscent</key>
<integer>1000</integer>
<key>openTypeOS2WinDescent</key>
<integer>0</integer>
<key>openTypeOS2SubscriptXSize</key>
<integer>650</integer>
<key>openTypeOS2SubscriptYSize</key>
<integer>600</integer>
<key>openTypeOS2SubscriptXOffset</key>
<integer>0</integer>
<key>openTypeOS2SubscriptYOffset</key>
<integer>75</integer>
<key>openTypeOS2SuperscriptXSize</key>
<integer>650</integer>
<key>openTypeOS2SuperscriptYSize</key>
<integer>600</integer>
<key>openTypeOS2SuperscriptXOffset</key>
<integer>0</integer>
<key>openTypeOS2SuperscriptYOffset</key>
<integer>350</integer>
<key>openTypeOS2StrikeoutSize</key>
<integer>50</integer>
<key>openTypeOS2StrikeoutPosition</key>
<integer>300</integer>
<key>openTypeOS2UnicodeRanges</key>
<array>
<integer>0</integer>
</array>
<key>openTypeOS2CodePageRanges</key>
<array>
<integer>0</integer>
<integer>29</integer>
</array>
<key>postscriptFontName</key>
<string>gsubtest-lookup3-Regular</string>
<key>postscriptFullName</key>
<string>gsubtest-lookup3</string>
<key>postscriptWeightName</key>
<string>Normal</string>
<key>postscriptUnderlineThickness</key>
<integer>50</integer>
<key>postscriptUnderlinePosition</key>
<integer>-50</integer>
</dict>
</plist>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="F" format="1">
<advance width="2304"/>
<unicode hex="0046"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.alt1" format="1">
<advance width="2304"/>
<unicode hex="E001"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.alt2" format="1">
<advance width="2304"/>
<unicode hex="E002"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.alt3" format="1">
<advance width="2304"/>
<unicode hex="E003"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.default" format="1">
<advance width="2299"/>
<unicode hex="E000"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="MWL1.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.alt1" format="1">
<advance width="2304"/>
<unicode hex="E005"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.alt2" format="1">
<advance width="2304"/>
<unicode hex="E006"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.alt3" format="1">
<advance width="2304"/>
<unicode hex="E007"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.default" format="1">
<advance width="2299"/>
<unicode hex="E004"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="NUM2.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="P" format="1">
<advance width="2299"/>
<unicode hex="0050"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.alt1" format="1">
<advance width="2304"/>
<unicode hex="E009"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.alt2" format="1">
<advance width="2304"/>
<unicode hex="E00A"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.alt3" format="1">
<advance width="2304"/>
<unicode hex="E00B"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.default" format="1">
<advance width="2299"/>
<unicode hex="E008"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="PRIV.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.alt1" format="1">
<advance width="2304"/>
<unicode hex="E00D"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.alt2" format="1">
<advance width="2304"/>
<unicode hex="E00E"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.alt3" format="1">
<advance width="2304"/>
<unicode hex="E00F"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.default" format="1">
<advance width="2299"/>
<unicode hex="E00C"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="T3ST.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.alt1" format="1">
<advance width="2304"/>
<unicode hex="E011"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.alt2" format="1">
<advance width="2304"/>
<unicode hex="E012"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.alt3" format="1">
<advance width="2304"/>
<unicode hex="E013"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.default" format="1">
<advance width="2299"/>
<unicode hex="E010"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="TPSP.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name=".notdef" format="1">
<advance width="750"/>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.alt1" format="1">
<advance width="2304"/>
<unicode hex="E015"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.alt2" format="1">
<advance width="2304"/>
<unicode hex="E016"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.alt3" format="1">
<advance width="2304"/>
<unicode hex="E017"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.default" format="1">
<advance width="2299"/>
<unicode hex="E014"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvf.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.alt1" format="1">
<advance width="2304"/>
<unicode hex="E019"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.alt2" format="1">
<advance width="2304"/>
<unicode hex="E01A"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.alt3" format="1">
<advance width="2304"/>
<unicode hex="E01B"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.default" format="1">
<advance width="2299"/>
<unicode hex="E018"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvm.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.alt1" format="1">
<advance width="2304"/>
<unicode hex="E01D"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.alt2" format="1">
<advance width="2304"/>
<unicode hex="E01E"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.alt3" format="1">
<advance width="2304"/>
<unicode hex="E01F"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.default" format="1">
<advance width="2299"/>
<unicode hex="E01C"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="abvs.pass" format="1">
<advance width="2299"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="afrc.alt1" format="1">
<advance width="2304"/>
<unicode hex="E021"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="afrc.alt2" format="1">
<advance width="2304"/>
<unicode hex="E022"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="afrc.alt3" format="1">
<advance width="2304"/>
<unicode hex="E023"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="afrc.default" format="1">
<advance width="2299"/>
<unicode hex="E020"/>
<outline>
<contour>
<point x="394" y="306" type="curve" smooth="yes"/>
<point x="296" y="306" type="line"/>
<point x="296" y="15" type="line"/>
<point x="397" y="15" type="line"/>
<point x="397" y="0" type="line"/>
<point x="100" y="0" type="line"/>
<point x="100" y="15" type="line"/>
<point x="191" y="15" type="line"/>
<point x="191" y="685" type="line"/>
<point x="100" y="685" type="line"/>
<point x="100" y="700" type="line"/>
<point x="394" y="700" type="line" smooth="yes"/>
<point x="547" y="700"/>
<point x="633" y="618"/>
<point x="633" y="503" type="curve" smooth="yes"/>
<point x="633" y="388"/>
<point x="547" y="306"/>
</contour>
<contour>
<point x="928" y="15" type="line"/>
<point x="1027" y="15" type="line"/>
<point x="949" y="236" type="line"/>
<point x="717" y="236" type="line"/>
<point x="674" y="120" type="line" smooth="yes"/>
<point x="648" y="49"/>
<point x="683" y="15"/>
<point x="750" y="15" type="curve" smooth="yes"/>
<point x="776" y="15" type="line"/>
<point x="776" y="0" type="line"/>
<point x="517" y="0" type="line"/>
<point x="517" y="15" type="line"/>
<point x="522" y="15" type="line" smooth="yes"/>
<point x="581" y="15"/>
<point x="627" y="43"/>
<point x="652" y="112" type="curve" smooth="yes"/>
<point x="871" y="705" type="line"/>
<point x="883" y="705" type="line"/>
<point x="1137" y="15" type="line"/>
<point x="1204" y="15" type="line"/>
<point x="1204" y="0" type="line"/>
<point x="928" y="0" type="line"/>
</contour>
<contour>
<point x="1626" y="710" type="curve"/>
<point x="1641" y="710" type="line"/>
<point x="1641" y="484" type="line"/>
<point x="1626" y="484" type="line"/>
<point x="1613" y="603"/>
<point x="1548" y="695"/>
<point x="1458" y="695" type="curve" smooth="yes"/>
<point x="1376" y="695"/>
<point x="1325" y="646"/>
<point x="1325" y="575" type="curve" smooth="yes"/>
<point x="1325" y="503"/>
<point x="1358" y="460"/>
<point x="1478" y="410" type="curve" smooth="yes"/>
<point x="1651" y="337"/>
<point x="1683" y="271"/>
<point x="1683" y="188" type="curve" smooth="yes"/>
<point x="1683" y="72"/>
<point x="1591" y="-10"/>
<point x="1461" y="-10" type="curve" smooth="yes"/>
<point x="1363" y="-10"/>
<point x="1331" y="27"/>
<point x="1286" y="27" type="curve" smooth="yes"/>
<point x="1268" y="27"/>
<point x="1255" y="12"/>
<point x="1251" y="-10" type="curve"/>
<point x="1236" y="-10" type="line"/>
<point x="1236" y="243" type="line"/>
<point x="1251" y="243" type="line"/>
<point x="1268" y="75"/>
<point x="1353" y="5"/>
<point x="1456" y="5" type="curve" smooth="yes"/>
<point x="1537" y="5"/>
<point x="1592" y="55"/>
<point x="1592" y="136" type="curve" smooth="yes"/>
<point x="1592" y="215"/>
<point x="1562" y="259"/>
<point x="1436" y="311" type="curve" smooth="yes"/>
<point x="1289" y="372"/>
<point x="1237" y="436"/>
<point x="1237" y="531" type="curve" smooth="yes"/>
<point x="1237" y="637"/>
<point x="1328" y="710"/>
<point x="1452" y="710" type="curve" smooth="yes"/>
<point x="1530" y="710"/>
<point x="1574" y="676"/>
<point x="1596" y="676" type="curve" smooth="yes"/>
<point x="1610" y="676"/>
<point x="1615" y="682"/>
</contour>
<contour>
<point x="523" y="503" type="curve" smooth="yes"/>
<point x="523" y="622"/>
<point x="474" y="685"/>
<point x="378" y="685" type="curve" smooth="yes"/>
<point x="296" y="685" type="line"/>
<point x="296" y="321" type="line"/>
<point x="378" y="321" type="line" smooth="yes"/>
<point x="474" y="321"/>
<point x="523" y="384"/>
</contour>
<contour>
<point x="835" y="556" type="line"/>
<point x="722" y="251" type="line"/>
<point x="943" y="251" type="line"/>
</contour>
<contour>
<point x="2142" y="710" type="curve"/>
<point x="2157" y="710" type="line"/>
<point x="2157" y="484" type="line"/>
<point x="2142" y="484" type="line"/>
<point x="2129" y="603"/>
<point x="2064" y="695"/>
<point x="1974" y="695" type="curve" smooth="yes"/>
<point x="1892" y="695"/>
<point x="1841" y="646"/>
<point x="1841" y="575" type="curve" smooth="yes"/>
<point x="1841" y="503"/>
<point x="1874" y="460"/>
<point x="1994" y="410" type="curve" smooth="yes"/>
<point x="2167" y="337"/>
<point x="2199" y="271"/>
<point x="2199" y="188" type="curve" smooth="yes"/>
<point x="2199" y="72"/>
<point x="2107" y="-10"/>
<point x="1977" y="-10" type="curve" smooth="yes"/>
<point x="1879" y="-10"/>
<point x="1847" y="27"/>
<point x="1802" y="27" type="curve" smooth="yes"/>
<point x="1784" y="27"/>
<point x="1771" y="12"/>
<point x="1767" y="-10" type="curve"/>
<point x="1752" y="-10" type="line"/>
<point x="1752" y="243" type="line"/>
<point x="1767" y="243" type="line"/>
<point x="1784" y="75"/>
<point x="1869" y="5"/>
<point x="1972" y="5" type="curve" smooth="yes"/>
<point x="2053" y="5"/>
<point x="2108" y="55"/>
<point x="2108" y="136" type="curve" smooth="yes"/>
<point x="2108" y="215"/>
<point x="2078" y="259"/>
<point x="1952" y="311" type="curve" smooth="yes"/>
<point x="1805" y="372"/>
<point x="1753" y="436"/>
<point x="1753" y="531" type="curve" smooth="yes"/>
<point x="1753" y="637"/>
<point x="1844" y="710"/>
<point x="1968" y="710" type="curve" smooth="yes"/>
<point x="2046" y="710"/>
<point x="2090" y="676"/>
<point x="2112" y="676" type="curve" smooth="yes"/>
<point x="2126" y="676"/>
<point x="2131" y="682"/>
</contour>
</outline>
</glyph>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="afrc.fail" format="1">
<advance width="2304"/>
<outline>
<contour>
<point x="787" y="0" type="line"/>
<point x="577" y="0" type="line"/>
<point x="790" y="700" type="line"/>
<point x="1086" y="700" type="line"/>
<point x="1299" y="0" type="line"/>
<point x="1053" y="0" type="line"/>
<point x="1021" y="119" type="line"/>
<point x="818" y="119" type="line"/>
</contour>
<contour>
<point x="100" y="0" type="line"/>
<point x="100" y="700" type="line"/>
<point x="624" y="700" type="line"/>
<point x="624" y="536" type="line"/>
<point x="337" y="536" type="line"/>
<point x="337" y="406" type="line"/>
<point x="582" y="406" type="line"/>
<point x="582" y="244" type="line"/>
<point x="337" y="244" type="line"/>
<point x="337" y="0" type="line"/>
</contour>
<contour>
<point x="1686" y="0" type="line"/>
<point x="1686" y="700" type="line"/>
<point x="1923" y="700" type="line"/>
<point x="1923" y="180" type="line"/>
<point x="2204" y="180" type="line"/>
<point x="2204" y="0" type="line"/>
</contour>
<contour>
<point x="1354" y="0" type="line"/>
<point x="1354" y="700" type="line"/>
<point x="1591" y="700" type="line"/>
<point x="1591" y="0" type="line"/>
</contour>
<contour>
<point x="920" y="504" type="line"/>
<point x="860" y="276" type="line"/>
<point x="980" y="276" type="line"/>
</contour>
</outline>
</glyph>

Some files were not shown because too many files have changed in this diff Show more