Add ligatures with overlaps

pull/116/head
Jany Belluz 2018-07-22 20:11:04 +01:00
parent 497bd58973
commit ecb649a229
260 changed files with 5876 additions and 190 deletions

View File

@ -0,0 +1,80 @@
# Generate features for ligatures
#
# Adapted from https://github.com/tonsky/FiraCode/blob/master/gen_calt.clj
from textwrap import dedent
import tempfile
def update_features(font):
"""Find ligatures in the font and generate features for them."""
# [ ["dash" "greater" "greater"] ... ]
ligas = [name[:-len('.liga')].split('_')
for name in font if name.endswith('.liga') and
font[name].isWorthOutputting()]
rules = '\n\n'.join(rule(liga)
for liga in sorted(ligas, key=lambda l: -len(l)))
fea_code = dedent('''\
languagesystem DFLT dflt;
languagesystem latn dflt;
languagesystem grek dflt;
languagesystem cyrl dflt;
feature calt {{
{}
}} calt;
''').format(indent(rules, ' '))
# print(fea_code) # DEBUG
# Add the dummy "LIG" glyph
lig = font.createChar(-1, 'LIG')
lig.width = font['space'].width
with tempfile.NamedTemporaryFile(suffix='.fea') as f:
f.write(fea_code)
f.seek(0)
font.mergeFeature(f.name)
def rule(liga):
"""
[f f i] => { [LIG LIG i] f_f_i.liga
[LIG f i] LIG
[ f f i] LIG }
"""
if len(liga) == 2:
return dedent('''\
lookup {0}_{1} {{
ignore sub {0} {0}' {1};
ignore sub {0}' {1} {1};
sub {0}' {1} by LIG;
sub LIG {1}' by {0}_{1}.liga;
}} {0}_{1};
''').format(*liga)
elif len(liga) == 3:
return dedent('''\
lookup {0}_{1}_{2} {{
ignore sub {0} {0}' {1} {2};
ignore sub {0}' {1} {2} {2};
sub {0}' {1} {2} by LIG;
sub LIG {1}' {2} by LIG;
sub LIG LIG {2}' by {0}_{1}_{2}.liga;
}} {0}_{1}_{2};
''').format(*liga)
elif len(liga) == 4:
return dedent('''\
lookup {0}_{1}_{2}_{3} {{
ignore sub {0} {0}' {1} {2} {3};
ignore sub {0}' {1} {2} {3} {3};
sub {0}' {1} {2} {3} by LIG;
sub LIG {1}' {2} {3} by LIG;
sub LIG LIG {2}' {3} by LIG;
sub LIG LIG LIG {3}' by {0}_{1}_{2}_{3}.liga;
}} {0}_{1}_{2}_{3};
''').format(*liga)
def indent(text, prefix):
return '\n'.join(prefix + line for line in text.split('\n'))

View File

@ -8,6 +8,7 @@ from itertools import compress
import os
from os.path import basename, splitext, join
import subprocess
from features import update_features
SCRIPTS = os.path.dirname(os.path.realpath(__file__))
@ -93,6 +94,9 @@ def _build(dstdir, font, permutations):
for oper in option.operations[opt]:
oper(fnt)
# Update the automatic features (code ligatures)
update_features(fnt)
variant = '-'.join(variants) or 'Normal'
variant_dir = join(dstdir, variant)

View File

@ -16,8 +16,8 @@ import sys;
font = fontforge.open(sys.argv[1]);
bitmask = font.validate();
if bitmask != 0:
exit(42);
# if bitmask != 0:
# exit(42);
EOF
)
error=$?
@ -29,4 +29,5 @@ if [ "x$error" != "x0" ]; then
fi
fi
exit 0
exit $error

View File

@ -1,5 +1,5 @@
StartChar: H18533
Encoding: 9679 9679 981
Encoding: 9679 9679 1024
Width: 1060
VWidth: 6
Flags: HW

View File

@ -2,10 +2,9 @@ StartChar: afii00208
Encoding: 8213 8213 529
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 400 244<-51.5198 1070.88>
LayerCount: 2
Fore
Refer: 100 45 N 1.26682 0 0 1 -163 -13 2
Validated: 1
EndChar

View File

@ -0,0 +1,12 @@
StartChar: bar_bar_bar_greater.liga
Encoding: 57600 57600 1028
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 N 1 0 0 1 -2027.55 0 2
Refer: 1036 57569 N 1 0 0 1 -1133.54 0 2
Refer: 1036 57569 N 1 0 0 1 -2919.54 0 2
Refer: 1033 57566 N 1 0 0 1 1 0 2
EndChar

View File

@ -0,0 +1,11 @@
StartChar: bar_bar_greater.liga
Encoding: 57601 57601 1026
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 S 1 0 0 1 -1131.54 0 2
Refer: 1036 57569 S 1 0 0 1 -2022.54 0 2
Refer: 1033 57566 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,10 @@
StartChar: bar_greater.liga
Encoding: 57602 57602 1027
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 S 1 0 0 1 -844.542 0 2
Refer: 1033 57566 N 1 0 0 1 288 1 2
EndChar

View File

@ -2,10 +2,9 @@ StartChar: emdash
Encoding: 8212 8212 528
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<1.51591 1023.6>
LayerCount: 2
Fore
Refer: 100 45 N 1.15359 0 0 1 -100 0 2
Validated: 1
EndChar

View File

@ -2,10 +2,9 @@ StartChar: endash
Encoding: 8211 8211 527
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<88 974>
LayerCount: 2
Fore
Refer: 100 45 S 1 0 0 1 0 0 2
Validated: 1
EndChar

View File

@ -7,22 +7,22 @@ HStem: 176 218<56 900> 627 222<54.6797 895>
LayerCount: 2
Fore
SplineSet
54 394 m 1
194 402 306 402 420 402 c 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
188 176 124 174 56 170 c 1
54 394 l 1
48 861 m 1
191 852 302 849 396 849 c 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
300 627 192 634 47 643 c 1
47 673 46 723 46 770 c 0
46 805 47 839 48 861 c 1
54 394 m 5
194 402 306 402 420 402 c 4
598 402 732 394 900 394 c 5
900 170 l 5
726 170 582 174 400 174 c 4
350 174 300 176 248 176 c 4
188 176 124 174 56 170 c 5
54 394 l 5
48 861 m 5
191 852 302 849 396 849 c 4
588 849 697 859 895 859 c 5
897 639 l 5
704 639 593 627 396 627 c 4
300 627 192 634 47 643 c 5
47 673 46 723 46 770 c 4
46 805 47 839 48 861 c 5
EndSplineSet
Validated: 1
EndChar

View File

@ -0,0 +1,31 @@
StartChar: equal_equal.liga
Encoding: 57603 57603 983
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-660 174 m 0
-710 174 -760 176 -812 176 c 0
-872 176 -936 174 -1004 170 c 1
-1006 394 l 1
-866 402 -754 402 -640 402 c 0
420 402 l 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
-660 174 l 0
-664 627 m 0
-760 627 -868 634 -1013 643 c 1
-1013 673 -1014 723 -1014 770 c 0
-1014 805 -1013 839 -1012 861 c 1
-869 852 -758 849 -664 849 c 0
396 849 l 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
-664 627 l 0
EndSplineSet
EndChar

View File

@ -0,0 +1,40 @@
StartChar: equal_equal_equal.liga
Encoding: 57604 57604 985
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-2073 405 m 1
-2073 435 -2074 485 -2074 532 c 0
-2074 567 -2073 591 -2072 613 c 1
-1731.70117188 610.3203125 -1383.98339844 607.545898438 -1034.60839844 607.545898438 c 0
-555.91015625 607.545898438 -74.1005859375 609 396 609 c 0
588 609 697 609 895 609 c 1
897 399 l 1
704 399 593 397 396 397 c 0
-422.46361616 397 -1265.65429688 405 -2073 405 c 1
-1720 24 m 0
-1770 24 -1820 26 -1872 26 c 0
-1932 26 -1996 24 -2064 20 c 1
-2066 234 l 1
-1926 242 -1814 242 -1700 242 c 0
420 242 l 0
598 242 732 234 900 234 c 1
900 20 l 1
726 20 582 24 400 24 c 0
350 24 300 26 248 26 c 0
-1720 24 l 0
-1724 767 m 0
-1820 767 -1928 774 -2073 783 c 1
-2073 813 -2074 853 -2074 900 c 0
-2074 935 -2073 969 -2072 991 c 1
-1929 982 -1818 979 -1724 979 c 0
396 979 l 0
588 979 697 989 895 989 c 1
897 779 l 1
704 779 593 767 396 767 c 0
-1724 767 l 0
EndSplineSet
EndChar

View File

@ -0,0 +1,32 @@
StartChar: equal_equal_greater.liga
Encoding: 57605 57605 1001
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1720 174 m 4
-1770 174 -1820 176 -1872 176 c 4
-1932 176 -1996 174 -2064 170 c 5
-2066 394 l 5
-1926 402 -1814 402 -1700 402 c 4
140 402 l 4
318 402 452 394 620 394 c 5
620 170 l 5
446 170 302 174 120 174 c 4
70 174 20 176 -32 176 c 4
-1720 174 l 4
-1724 627 m 4
-1820 627 -1928 634 -2073 643 c 5
-2073 673 -2074 723 -2074 770 c 4
-2074 805 -2073 839 -2072 861 c 5
-1929 852 -1818 849 -1724 849 c 4
116 849 l 4
308 849 417 859 615 859 c 5
617 639 l 5
424 639 313 627 116 627 c 4
-1724 627 l 4
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,32 @@
StartChar: equal_greater.liga
Encoding: 57606 57606 1000
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-660 174 m 0
-710 174 -760 176 -812 176 c 0
-872 176 -936 174 -1004 170 c 1
-1006 394 l 1
-866 402 -754 402 -640 402 c 0
140 402 l 0
318 402 452 394 620 394 c 1
620 170 l 1
446 170 302 174 120 174 c 0
70 174 20 176 -32 176 c 0
-660 174 l 0
-664 627 m 0
-760 627 -868 634 -1013 643 c 1
-1013 673 -1014 723 -1014 770 c 0
-1014 805 -1013 839 -1012 861 c 1
-869 852 -758 849 -664 849 c 0
116 849 l 0
308 849 417 859 615 859 c 1
617 639 l 1
424 639 313 627 116 627 c 0
-664 627 l 0
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,33 @@
StartChar: equal_greater_greater.liga
Encoding: 57607 57607 1002
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1720 174 m 0
-1770 174 -1820 176 -1872 176 c 0
-1932 176 -1996 174 -2064 170 c 1
-2066 394 l 1
-1926 402 -1814 402 -1700 402 c 0
-730 402 l 4
-552 402 -418 394 -250 394 c 5
-250 170 l 5
-424 170 -568 174 -750 174 c 4
-800 174 -850 176 -902 176 c 4
-1720 174 l 0
-1724 627 m 0
-1820 627 -1928 634 -2073 643 c 1
-2073 673 -2074 723 -2074 770 c 0
-2074 805 -2073 839 -2072 861 c 1
-1929 852 -1818 849 -1724 849 c 0
-754 849 l 4
-562 849 -453 859 -255 859 c 5
-253 639 l 5
-446 639 -557 627 -754 627 c 4
-1724 627 l 0
EndSplineSet
Refer: 1035 57568 S 1 0 0 1 -270 0 2
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,44 @@
StartChar: equal_less_less.liga
Encoding: 57608 57608 1009
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1720 174 m 0
-1770 174 -1820 176 -1872 176 c 0
-1932 176 -1996 174 -2064 170 c 1
-2066 394 l 1
-1926 402 -1814 402 -1700 402 c 0
-540 402 l 4
-362 402 -228 394 -60 394 c 5
-60 170 l 5
-234 170 -378 174 -560 174 c 4
-610 174 -660 176 -712 176 c 4
-1720 174 l 0
-1724 627 m 0
-1820 627 -1928 634 -2073 643 c 1
-2073 673 -2074 723 -2074 770 c 0
-2074 805 -2073 839 -2072 861 c 1
-1929 852 -1818 849 -1724 849 c 0
-564 849 l 4
-372 849 -263 859 -65 859 c 5
-63 639 l 5
-256 639 -367 627 -564 627 c 4
-1724 627 l 0
-60 394 m 5
81 296 224.223632812 181.680664062 330 77 c 5
114 -56.7529296875 l 5
92.9580078125 -18.947265625 32.8037109375 20.4580078125 -12 62.177734375 c 5
-59.767578125 108.853515625 -210.896484375 205.169921875 -324 295.85546875 c 5
-60 394 l 5
-282 759.775390625 m 5
-139.29296875 872.790039062 15.5234375 984.061523438 91.904296875 1046.61035156 c 4
118.904296875 1068.05859375 137.478515625 1085.14648438 170.34765625 1101.44238281 c 5
327 938 l 5
231.290039062 866.514648438 66.1455078125 741.026367188 -63 639 c 5
-282 759.775390625 l 5
EndSplineSet
Refer: 1030 57563 N 1 0 0 1 1577 0 2
EndChar

View File

@ -0,0 +1,32 @@
StartChar: equal_slash_equal.liga
Encoding: 57609 57609 987
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1720 174 m 0
-1770 174 -1820 176 -1872 176 c 0
-1932 176 -1996 174 -2064 170 c 1
-2066 394 l 1
-1926 402 -1814 402 -1700 402 c 0
420 402 l 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
-1720 174 l 0
-1724 627 m 0
-1820 627 -1928 634 -2073 643 c 1
-2073 673 -2074 723 -2074 770 c 0
-2074 805 -2073 839 -2072 861 c 1
-1929 852 -1818 849 -1724 849 c 0
396 849 l 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
-1724 627 l 0
EndSplineSet
Refer: 1037 57570 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,32 @@
StartChar: exclam_equal.liga
Encoding: 57610 57610 984
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-660 174 m 0
-710 174 -760 176 -812 176 c 0
-872 176 -936 174 -1004 170 c 1
-1006 394 l 1
-866 402 -754 402 -640 402 c 0
420 402 l 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
-660 174 l 0
-664 627 m 0
-760 627 -868 634 -1013 643 c 1
-1013 673 -1014 723 -1014 770 c 0
-1014 805 -1013 839 -1012 861 c 1
-869 852 -758 849 -664 849 c 0
396 849 l 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
-664 627 l 0
EndSplineSet
Refer: 1037 57570 N 1 0 0 1 470 0 2
EndChar

View File

@ -0,0 +1,10 @@
StartChar: exclam_equal_equal.liga
Encoding: 57611 57611 986
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
Refer: 1037 57570 N 1 0 0 1 -168.162 0 2
Refer: 985 57604 N 1 0 0 1 0 0 2
EndChar

View File

@ -2,10 +2,9 @@ StartChar: figuredash
Encoding: 8210 8210 526
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<58.9459 984.674>
LayerCount: 2
Fore
Refer: 100 45 S 1.04484 0 0 1 -33 0 2
Validated: 1
EndChar

View File

@ -21,7 +21,7 @@ OS2Version: 3
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 1
CreationTime: 1379052706
ModificationTime: 1515343068
ModificationTime: 1532283985
PfmFamily: 49
TTFWeight: 700
TTFWidth: 5
@ -54,7 +54,7 @@ NameList: Adobe Glyph List
DisplaySize: -36
AntiAlias: 1
FitToEm: 1
WinInfo: 8694 42 12
WinInfo: 0 42 12
BeginPrivate: 1
BlueValues 37 [-28 0 1013 1049 1292 1376 1389 1428]
EndPrivate

View File

@ -6,16 +6,16 @@ Flags: W
LayerCount: 2
Fore
SplineSet
112 158 m 5
192 282 511 415 654 516 c 5
495 639 275 807 114 892 c 5
244 1099 l 5
279 1088 300 1074 330 1057 c 4
463 979 775 753 932 624 c 5
930 398 l 5
904 380 497 153 402 74 c 5
354 36 302 -10 278 -46 c 5
112 158 l 5
112 158 m 1
192 282 511 415 654 516 c 1
495 639 275 807 114 892 c 1
244 1099 l 1
279 1088 300 1074 330 1057 c 0
463 979 775 753 932 624 c 1
930 398 l 1
904 380 497 153 402 74 c 1
354 36 302 -10 278 -46 c 1
112 158 l 1
EndSplineSet
Validated: 1
EndChar

View File

@ -0,0 +1,25 @@
StartChar: greater_equal.liga
Encoding: 57612 57612 982
Width: 1060
VWidth: 4
Flags: HW
HStem: 167 156<-630.768 -556.601>
LayerCount: 2
Fore
SplineSet
638.466796875 414 m 1
721.215820312 139 l 1
435.006835938 50.8310546875 -202 -138 -330.784179688 -231 c 1
-430.533203125 29 l 1
-310.533203125 136 432.466796875 325 638.466796875 414 c 1
-446.534179688 514 m 1
-295.533203125 616 161 684 373.85546875 766 c 1
199.85546875 831 -245.14453125 951 -421.14453125 996 c 1
-351.784179688 1283 l 1
-314.784179688 1280 -290.784179688 1272 -257.784179688 1261 c 0
-109.784179688 1217 401.215820312 1054 690.215820312 895 c 1
690.215820312 612 l 1
403.215820312 524 -160.784179688 353 -346.784179688 265 c 1
-446.534179688 514 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,42 @@
StartChar: greater_equal_greater.liga
Encoding: 57613 57613 1003
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1454.95996094 825 m 1
-1628.95996094 632 l 1
-1782.08496094 749.758789062 -1859.81347656 814.370117188 -2004.95996094 891 c 1
-1874.95996094 1098 l 1
-1839.95996094 1087 -1818.95996094 1073 -1788.95996094 1056 c 0
-1698.47070312 1004.72265625 -1605.05859375 937.103515625 -1454.95996094 825 c 1
-1618.95996094 397 m 1
-1501.78222656 189.975585938 l 1
-1711.95996094 67 l 1
-1759.95996094 29 -1816.95996094 -11 -1840.95996094 -47 c 1
-2006.95996094 157 l 1
-1938.36035156 263.330078125 -1777.36816406 303.286132812 -1618.95996094 397 c 1
-1194 174 m 0
-1244 174 -1294 176 -1346 176 c 0
-1406 176 -1470 174 -1538 170 c 1
-1619 397 l 1
-1618.95996094 397 -1288 402 -1174 402 c 0
66 402 l 0
244 402 378 394 546 394 c 1
546 170 l 1
372 170 228 174 46 174 c 0
-4 174 -54 176 -106 176 c 0
-1194 174 l 0
-1629 632 m 1
-1629 662 -1629 713 -1629 760 c 0
-1629 795 -1628 829 -1627 851 c 1
-1627 851 -525.754703888 849 42 849 c 0
234 849 343 859 541 859 c 1
543 639 l 1
350 639 238 626 41 626 c 0
-527.19140625 626 -1628.95996094 632 -1629 632 c 1
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,44 @@
StartChar: greater_greater_equal.liga
Encoding: 57614 57614 1004
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-796 394 m 5
-532 295.85546875 l 5
-645.103515625 205.169921875 -796.232421875 108.853515625 -844 62.177734375 c 5
-888.803710938 20.4580078125 -948.958007812 -18.947265625 -970 -56.7529296875 c 5
-1186 77 l 5
-1080.22363281 181.680664062 -937 296 -796 394 c 5
-574 759.775390625 m 5
-793 639 l 5
-922.145507812 741.026367188 -1087.29003906 866.514648438 -1183 938 c 5
-1026.34765625 1101.44238281 l 5
-993.478515625 1085.14648438 -974.904296875 1068.05859375 -947.904296875 1046.61035156 c 4
-871.5234375 984.061523438 -716.70703125 872.790039062 -574 759.775390625 c 5
-450 174 m 0
-500 174 -550 176 -602 176 c 0
-662 176 -726 174 -794 170 c 1
-796 394 l 1
-656 402 -544 402 -430 402 c 0
420 402 l 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
-450 174 l 0
-454 627 m 0
-550 627 -648 630 -793 639 c 1
-793 669 -804 723 -804 770 c 0
-804 805 -803 839 -802 861 c 1
-659 852 -548 849 -454 849 c 0
396 849 l 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
-454 627 l 0
EndSplineSet
Refer: 1035 57568 N 1 0 0 1 -1584 0.484 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: greater_greater_hyphen.liga
Encoding: 57615 57615 1005
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-624 634 m 1
-579 636 -529 637 -479 637 c 0
-379 637 428 634 496 634 c 0
537 634 576 634 615 634 c 0
697 634 849 633 956 632 c 1
974 632 l 1
974 387 l 1
956 387 l 1
821 390 619 390 494 390 c 0
451 390 -346 393 -446 393 c 0
-503 393 -563 392 -618 389 c 1
-618 511 l 1
-624 634 l 1
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 -1335 0 2
Refer: 1035 57568 N 1 0 0 1 -1585 0.484 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: greater_hyphen.liga
Encoding: 57616 57616 1006
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-244 634 m 5
-199 636 -149 637 -99 637 c 4
1 637 428 634 496 634 c 4
537 634 576 634 615 634 c 4
697 634 849 633 956 632 c 5
974 632 l 5
974 387 l 5
956 387 l 5
821 390 619 390 494 390 c 4
451 390 34 393 -66 393 c 4
-123 393 -183 392 -238 389 c 5
-238 511 l 5
-244 634 l 5
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 -1059 7 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: greater_hyphen_greater.liga
Encoding: 57617 57617 996
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1262 634 m 5
-1217 636 -1167 637 -1117 637 c 4
-1017 637 -242 634 -174 634 c 4
-133 634 -94 634 -55 634 c 4
27 634 849 633 956 632 c 5
974 632 l 5
974 387 l 5
956 387 l 5
821 390 -51 390 -176 390 c 4
-219 390 -984 393 -1084 393 c 4
-1141 393 -1201 392 -1256 389 c 5
-1256 511 l 5
-1262 634 l 5
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 -2119 7 2
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -1,8 +1,8 @@
StartChar: greaterequal
Encoding: 8805 8805 983
Encoding: 8805 8805 1023
Width: 1060
VWidth: 4
Flags: HWO
Flags: HW
HStem: 167 156<-560.768 -486.601>
LayerCount: 2
Fore

View File

@ -2,24 +2,23 @@ StartChar: hyphen
Encoding: 45 45 100
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<88 974>
LayerCount: 2
Fore
SplineSet
82 654 m 5
127 656 177 657 227 657 c 4
327 657 428 654 496 654 c 4
537 654 576 654 615 654 c 4
697 654 849 653 956 652 c 5
974 652 l 5
974 407 l 5
956 407 l 5
821 410 619 410 494 410 c 4
451 410 360 413 260 413 c 4
203 413 143 412 88 409 c 5
88 531 l 5
82 654 l 5
82 634 m 1
127 636 177 637 227 637 c 0
327 637 428 634 496 634 c 0
537 634 576 634 615 634 c 0
697 634 849 633 956 632 c 1
974 632 l 1
974 387 l 1
956 387 l 1
821 390 619 390 494 390 c 0
451 390 360 393 260 393 c 0
203 393 143 392 88 389 c 1
88 511 l 1
82 634 l 1
EndSplineSet
Validated: 1
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_greater.liga
Encoding: 57618 57618 993
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-978 634 m 5
-933 636 -883 637 -833 637 c 4
-733 637 -150 634 -82 634 c 4
-41 634 -2 634 37 634 c 4
119 634 809 633 916 632 c 5
934 632 l 5
934 387 l 5
916 387 l 5
781 390 41 390 -84 390 c 4
-127 390 -700 393 -800 393 c 4
-857 393 -917 392 -972 389 c 5
-972 511 l 5
-978 634 l 5
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: hyphen_greater_greater.liga
Encoding: 57619 57619 995
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-2038 634 m 1
-1993 636 -1943 637 -1893 637 c 0
-1793 637 -1210 634 -1142 634 c 0
-1101 634 -1062 634 -1023 634 c 0
-941 634 -168 633 -61 632 c 5
-43 632 l 5
-43 387 l 5
-61 387 l 5
-196 390 -1019 390 -1144 390 c 0
-1187 390 -1760 393 -1860 393 c 0
-1917 393 -1977 392 -2032 389 c 1
-2032 511 l 1
-2038 634 l 1
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
Refer: 1035 57568 S 1 0 0 1 -310 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_hyphen_greater.liga
Encoding: 57620 57620 994
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-2038 634 m 1
-1993 636 -1943 637 -1893 637 c 0
-1793 637 -1210 634 -1142 634 c 0
-1101 634 -1062 634 -1023 634 c 0
-941 634 730 633 837 632 c 1
855 632 l 1
855 387 l 1
837 387 l 1
702 390 -1019 390 -1144 390 c 0
-1187 390 -1760 393 -1860 393 c 0
-1917 393 -1977 392 -2032 389 c 1
-2032 511 l 1
-2038 634 l 1
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_less.liga
Encoding: 57621 57621 1007
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-978 634 m 1
-933 636 -883 637 -833 637 c 0
-733 637 -470 634 -402 634 c 0
-361 634 -322 634 -283 634 c 0
-201 634 213 633 320 632 c 1
338 632 l 1
338 387 l 1
320 387 l 1
185 390 -279 390 -404 390 c 0
-447 390 -700 393 -800 393 c 0
-857 393 -917 392 -972 389 c 1
-972 511 l 1
-978 634 l 1
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 1060 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: hyphen_less_less.liga
Encoding: 57622 57622 1008
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-2038 634 m 1
-1993 636 -1943 637 -1893 637 c 0
-1793 637 -1210 634 -1142 634 c 0
-1101 634 -1062 634 -1023 634 c 0
-941 634 -407 633 -300 632 c 1
-282 632 l 1
-282 387 l 1
-300 387 l 1
-435 390 -1019 390 -1144 390 c 0
-1187 390 -1760 393 -1860 393 c 0
-1917 393 -1977 392 -2032 389 c 1
-2032 511 l 1
-2038 634 l 1
EndSplineSet
Refer: 1030 57563 N 1 0 0 1 1577 0 2
Refer: 1031 57564 N 1 0 0 1 1517 0 2
EndChar

View File

@ -2,7 +2,7 @@ StartChar: less
Encoding: 60 60 102
Width: 1060
VWidth: 4
Flags: W
Flags: HW
LayerCount: 2
Fore
SplineSet
@ -17,5 +17,4 @@ SplineSet
771 804 551 636 392 513 c 5
535 412 854 279 934 155 c 5
EndSplineSet
Validated: 1
EndChar

View File

@ -0,0 +1,10 @@
StartChar: less_bar.liga
Encoding: 57623 57623 1021
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 N 1 0 0 1 -287.542 0 2
Refer: 1032 57565 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,11 @@
StartChar: less_bar_bar.liga
Encoding: 57624 57624 1020
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 S 1 0 0 1 -1127.54 0 2
Refer: 1036 57569 S 1 0 0 1 -233.531 0 2
Refer: 1032 57565 N 1 0 0 1 -840 0 2
EndChar

View File

@ -0,0 +1,12 @@
StartChar: less_bar_bar_bar.liga
Encoding: 57625 57625 1019
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 S 1 0 0 1 -2197.55 0 2
Refer: 1036 57569 S 1 0 0 1 -1293.54 0 2
Refer: 1036 57569 S 1 0 0 1 -401.542 0 2
Refer: 1032 57565 N 1 0 0 1 -1910 0 2
EndChar

View File

@ -0,0 +1,11 @@
StartChar: less_bar_greater.liga
Encoding: 57626 57626 1022
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
Refer: 1036 57569 N 1 0 0 1 -1070 0 2
Refer: 1033 57566 N 1 0 0 1 518 1 2
Refer: 1032 57565 N 1 0 0 1 -1227 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: less_equal.liga
Encoding: 57627 57627 981
Width: 1060
VWidth: 4
Flags: HW
HStem: 167 156<-630.768 -556.601>
LayerCount: 2
Fore
SplineSet
-513.78515625 392 m 1
-596.534179688 139 l 1
-310.325195312 50.8310546875 326.681640625 -138 455.465820312 -231 c 1
555.21484375 7 l 1
435.21484375 114 -307.78515625 303 -513.78515625 392 c 1
571.215820312 514 m 1
420.21484375 616 -36.318359375 684 -249.173828125 766 c 1
-75.173828125 831 369.826171875 951 545.826171875 996 c 1
476.465820312 1283 l 1
439.465820312 1280 415.465820312 1272 382.465820312 1261 c 0
234.465820312 1217 -276.534179688 1054 -565.534179688 895 c 1
-565.534179688 602 l 1
-278.534179688 514 285.465820312 343 471.465820312 255 c 1
571.215820312 514 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,32 @@
StartChar: less_equal_equal.liga
Encoding: 57628 57628 1011
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1210 174 m 4
-1260 174 -1310 176 -1362 176 c 4
-1422 176 -1486 174 -1554 170 c 5
-1556 394 l 5
-1416 402 -1304 402 -1190 402 c 4
420 402 l 4
598 402 732 394 900 394 c 5
900 170 l 5
726 170 582 174 400 174 c 4
350 174 300 176 248 176 c 4
-1210 174 l 4
-1214 627 m 4
-1310 627 -1418 634 -1563 643 c 5
-1563 673 -1564 723 -1564 770 c 4
-1564 805 -1563 839 -1562 861 c 5
-1419 852 -1308 849 -1214 849 c 4
396 849 l 4
588 849 697 859 895 859 c 5
897 639 l 5
704 639 593 627 396 627 c 4
-1214 627 l 4
EndSplineSet
Refer: 1031 57564 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,33 @@
StartChar: less_equal_greater.liga
Encoding: 57629 57629 999
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1214 627 m 0
-1310 627 -1418 634 -1563 643 c 1
-1563 673 -1564 723 -1564 770 c 0
-1564 805 -1563 839 -1562 861 c 1
-1419 852 -1308 849 -1214 849 c 0
126 849 l 0
318 849 367 859 565 859 c 1
567 639 l 1
374 639 323 627 126 627 c 0
-1214 627 l 0
-1210 174 m 0
-1260 174 -1310 176 -1362 176 c 0
-1422 176 -1486 174 -1554 170 c 1
-1556 394 l 1
-1416 402 -1304 402 -1190 402 c 0
150 402 l 0
328 402 402 394 570 394 c 1
570 170 l 1
396 170 312 174 130 174 c 0
80 174 30 176 -22 176 c 0
-1210 174 l 0
EndSplineSet
Refer: 1031 57564 N 1 0 0 1 0 0 2
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,40 @@
StartChar: less_equal_less.liga
Encoding: 57630 57630 997
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
382 823 m 5
532.098632812 935.103515625 625.510703885 1002.7227322 716 1054 c 4
746 1071 767 1085 802 1096 c 5
932 889 l 5
786.853578233 812.369901552 709.125 747.758789062 556 630 c 5
382 823 l 5
546 395 m 5
704.408203125 301.286132812 865.400018487 261.329971345 934 155 c 5
768 -49 l 5
744 -13 687 27 639 65 c 5
428.822265625 187.975585938 l 5
546 395 l 5
-1234 174 m 0
-1284 174 -1334 176 -1386 176 c 0
-1446 176 -1510 174 -1578 170 c 1
-1580 394 l 1
-1440 402 -1328 402 -1214 402 c 0
-629.22135045 402 -27.1431214089 395 546 395 c 1
546 171 l 1
322.993098431 171 81.5755258534 176 -146 176 c 2
-1234 174 l 0
-1238 627 m 0
-1334 627 -1442 634 -1587 643 c 1
-1587 673 -1588 723 -1588 770 c 0
-1588 805 -1587 839 -1586 861 c 1
-1443 852 -1332 849 -1238 849 c 0
-639.487232461 849 -43.410026825 850 554 850 c 1
556 630 l 1
-35.3150615868 630 -641.173467426 627 -1238 627 c 0
EndSplineSet
Refer: 1031 57564 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,42 @@
StartChar: less_exclam_hyphen_hyphen.liga
Encoding: 57631 57631 1010
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1438 1341 m 1xd0
-1454 431 l 1
-1737 429 l 1xc8
-1753 1341 l 1
-1438 1341 l 1xd0
-1770 270 m 1xe0
-1420 270 l 1
-1420 0 l 1
-1770 0 l 1
-1770 270 l 1xe0
-2854 627 m 1
-2014 632 l 1
-1996 632 l 1
-1996 387 l 1
-2014 387 l 1
-2848 382 l 1
-2848 504 l 1
-2854 627 l 1
-1214 627 m 1
-1169 629 -1119 630 -1069 630 c 0
-969 630 428 634 496 634 c 0
537 634 576 634 615 634 c 0
697 634 849 633 956 632 c 1
974 632 l 1
974 387 l 1
956 387 l 1
821 390 619 390 494 390 c 0
451 390 -936 386 -1036 386 c 0
-1093 386 -1153 385 -1208 382 c 1
-1208 504 l 1
-1214 627 l 1
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 -2120 0 2
EndChar

View File

@ -0,0 +1,26 @@
StartChar: less_greater.liga
Encoding: 57632 57632 1018
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
187 883 m 1
21 799 -352 606 -495 525 c 1
-336 422 18 260 179 175 c 1
89.01953125 -67 l 1
-94.98046875 46 -567.634765625 267.693359375 -753 420 c 1
-751 646 l 1
-658.749023438 709.866210938 -67.9814453125 1016 94.0185546875 1122 c 1
145.787109375 1033.984375 154.698242188 961.697265625 187 883 c 1
-15 172 m 1
151 256 554 439 697 520 c 1
538 623 154 796 -7 881 c 1
92.98046875 1123 l 1
276.98046875 1010 769.634765625 777.306640625 955 625 c 1
953 399 l 1
860.749023438 335.133789062 249.981445312 39 87.9814453125 -67 c 1
-15 172 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,24 @@
StartChar: less_hyphen.liga
Encoding: 57633 57633 991
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-764 627 m 5
-719 629 -669 630 -619 630 c 4
-519 630 428 634 496 634 c 4
537 634 576 634 615 634 c 4
697 634 849 633 956 632 c 5
974 632 l 5
974 387 l 5
956 387 l 5
821 390 619 390 494 390 c 4
451 390 -486 386 -586 386 c 4
-643 386 -703 385 -758 382 c 5
-758 504 l 5
-764 627 l 5
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: less_hyphen_greater.liga
Encoding: 57634 57634 992
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1776 634 m 5
-1731 636 -1681 637 -1631 637 c 4
-1531 637 -756 634 -688 634 c 4
-647 634 -608 634 -569 634 c 4
-487 634 730 633 837 632 c 5
855 632 l 5
855 387 l 5
837 387 l 5
702 390 -565 390 -690 390 c 4
-733 390 -1498 393 -1598 393 c 4
-1655 393 -1715 392 -1770 389 c 5
-1770 511 l 5
-1776 634 l 5
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 -1060 0 2
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: less_hyphen_hyphen.liga
Encoding: 57635 57635 990
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1768 627 m 1
-1723 629 -1673 630 -1623 630 c 0
-1523 630 428 634 496 634 c 0
537 634 576 634 615 634 c 0
697 634 849 633 956 632 c 1
974 632 l 1
974 387 l 1
956 387 l 1
821 390 619 390 494 390 c 0
451 390 -1490 386 -1590 386 c 0
-1647 386 -1707 385 -1762 382 c 1
-1762 504 l 1
-1768 627 l 1
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 -1060 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: less_hyphen_less.liga
Encoding: 57636 57636 988
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1810 627 m 1
-1765 629 -1715 630 -1665 630 c 0
-1565 630 -238 634 -170 634 c 0
-129 634 -90 634 -51 634 c 0
31 634 183 633 290 632 c 1
308 632 l 1
308 387 l 1
290 387 l 1
155 390 -47 390 -172 390 c 0
-215 390 -1532 386 -1632 386 c 0
-1689 386 -1749 385 -1804 382 c 1
-1804 504 l 1
-1810 627 l 1
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 1061 0 2
Refer: 1029 57562 N 1 0 0 1 -1059 0 2
EndChar

View File

@ -0,0 +1,33 @@
StartChar: less_less_equal.liga
Encoding: 57637 57637 998
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-444 174 m 4
-494 174 -544 176 -596 176 c 4
-656 176 -720 174 -788 170 c 5
-790 394 l 5
-650 402 -538 402 -424 402 c 4
420 402 l 0
598 402 732 394 900 394 c 1
900 170 l 1
726 170 582 174 400 174 c 0
350 174 300 176 248 176 c 0
-444 174 l 4
-448 627 m 4
-544 627 -652 634 -797 643 c 5
-797 673 -798 723 -798 770 c 4
-798 805 -797 839 -796 861 c 5
-653 852 -542 849 -448 849 c 4
396 849 l 0
588 849 697 859 895 859 c 1
897 639 l 1
704 639 593 627 396 627 c 0
-448 627 l 4
EndSplineSet
Refer: 1030 57563 S 1 0 0 1 60 0 2
Refer: 1031 57564 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: less_less_hyphen.liga
Encoding: 57638 57638 989
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-994 627 m 1
-949 629 -899 630 -849 630 c 0
-749 630 428 634 496 634 c 0
537 634 576 634 615 634 c 0
697 634 849 633 956 632 c 1
974 632 l 1
974 387 l 1
956 387 l 1
821 390 619 390 494 390 c 0
451 390 -716 386 -816 386 c 0
-873 386 -933 385 -988 382 c 1
-988 504 l 1
-994 627 l 1
EndSplineSet
Refer: 1030 57563 N 1 0 0 1 60 0 2
Refer: 1031 57564 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,26 @@
StartChar: less_tilde.liga
Encoding: 57639 57639 1014
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-61 706 m 0
-13.8798828125 766.411132812 77.2509765625 890 202.653320312 890 c 0
346.61328125 890 417 830 528 610 c 0
570.536469929 525.693483023 608 449 657 449 c 0
713 449 771 584 794 784 c 1
1019 736 l 1
960 449 885 224 669 224 c 0
517 224 415 329 351 479 c 0
312.024414062 570.349609375 256 639 201.653320312 639 c 0
156 639 86.978515625 543.279296875 43.275390625 504.883789062 c 0
-67 408 -101.373046875 377 -250.944335938 377 c 3
-418.944335938 377 -578 576 -722 452 c 1
-766 680 l 1
-540 794 -420.944335938 614 -255.944335938 614 c 3
-147.390625 614 -100 656 -61 706 c 0
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,23 @@
StartChar: less_tilde_greater.liga
Encoding: 57640 57640 1012
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-330 192.484375 m 4
-173.991478283 192.484375 5 257 46.03515625 635 c 5
-182.122070312 677.794921875 l 5
-194 468 -260.6953125 425.484375 -314.541015625 425.484375 c 4
-360 425.484375 -405 499 -454 596 c 4
-542.912109375 772.010742188 -631.3046875 823 -763.3046875 823 c 4
-927 823 -1092 700 -1135.45410156 382.484375 c 5
-907.296875 349.689453125 l 5
-894 522 -813 592 -753.3046875 592 c 4
-715 592 -681.195461232 567.400280382 -649.325195312 500.060546875 c 4
-566 324 -476 192.484375 -330 192.484375 c 4
EndSplineSet
Refer: 1031 57564 N 1 0 0 1 0 0 2
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,34 @@
StartChar: less_tilde_tilde.liga
Encoding: 57641 57641 1013
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-170.290039062 629.251953125 m 0
-106.803710938 743.256835938 -14 823 96.6953125 823 c 0
228.6953125 823 347.087890625 772.010742188 436 596 c 0
485 499 570 425.484375 615.458984375 425.484375 c 0
669.3046875 425.484375 786 468 797.877929688 677.794921875 c 1
1026.03515625 635 l 1
985 257 756.008789062 192.484375 600 192.484375 c 0
454 192.484375 324 324 240.674804688 500.060546875 c 0
208.8046875 567.400390625 156 592 106.6953125 592 c 0
80 592 28.6064453125 554.444335938 -5.853515625 488.762695312 c 0
-85.1533203125 337.614257812 -172.162924706 224 -341 224 c 0
-493 224 -598.557598219 331.915439181 -669 479 c 0
-718.975585938 583.349609375 -774 639 -828.346679688 639 c 0
-891.48046875 639 -940.737248831 572.009005657 -1006.72460938 504.883789062 c 0
-1100 410 -1161.37304688 357 -1310.94433594 357 c 3
-1478.94433594 357 -1638 576 -1782 452 c 1
-1826 680 l 1
-1600 794 -1480.94433594 594 -1315.94433594 594 c 3
-1237.390625 594 -1150 666 -1111 716 c 0
-1063.87953066 776.410858133 -972.749023438 890 -847.346679688 890 c 0
-703.38671875 890 -603 830 -492 610 c 0
-449.463867188 525.693359375 -382 449 -333 449 c 0
-283.350585938 449 -217.432617188 544.59375 -170.290039062 629.251953125 c 0
EndSplineSet
Refer: 1029 57562 N 1 0 0 1 -1060 0 2
EndChar

View File

@ -1,5 +1,5 @@
StartChar: lessequal
Encoding: 8804 8804 982
Encoding: 8804 8804 1025
Width: 1060
VWidth: 4
Flags: HW

View File

@ -1,4 +1,4 @@
StartChar: asciitilde
StartChar: tilde
Encoding: 126 126 120
Width: 1060
VWidth: -12

View File

@ -0,0 +1,26 @@
StartChar: tilde_greater.liga
Encoding: 57642 57642 1016
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
4 358 m 0
-50.1747653961 303.825234604 -124.250976562 224 -249.653320312 224 c 0
-393.61328125 224 -464 284 -575 504 c 0
-617.536132812 588.306640625 -655 665 -704 665 c 0
-760 665 -818 530 -841 330 c 1
-1066 378 l 1
-1007 665 -932 890 -716 890 c 0
-564 890 -462 785 -398 635 c 0
-359.024414062 543.650390625 -303 475 -248.653320312 475 c 0
-185.51953125 475 -140.032962043 526.648518064 -100.275390625 569.116210938 c 0
-18 657 54.373046875 707 158 707 c 3
371.944335938 707 538 478 675 572 c 1
719 344 l 1
470 256 346.296875 470 178 470 c 3
99.76953125 470 60 414 4 358 c 0
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,29 @@
StartChar: tilde_tilde.liga
Encoding: 57643 57643 1015
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-110.20703125 560.124023438 m 4
-10 746 76 823 206 823 c 4
318.6953125 823 420 784 526 596 c 4
579.374162309 501.336391376 620 425.484375 665.458984375 425.484375 c 4
719.3046875 425.484375 786 468 797.877929688 677.794921875 c 5
1026.03515625 635 l 5
985 257 806.008789062 192.484375 650 192.484375 c 4
504 192.484375 413.999570851 323.999796895 330.674804688 500.060546875 c 4
298.8046875 567.400390625 255.3046875 592 206 592 c 4
157.3046875 592 107.637901075 527.944211367 43.97265625 422.783203125 c 4
-35.88671875 290.873046875 -113.991210938 192.484375 -270 192.484375 c 4
-416 192.484375 -526 324 -609.325195312 500.060546875 c 4
-641.1953125 567.400390625 -675 592 -713.3046875 592 c 4
-773 592 -854 522 -867.296875 349.689453125 c 5
-1095.45410156 382.484375 l 5
-1052 700 -887 823 -723.3046875 823 c 4
-591.3046875 823 -502.912109375 772.010742188 -414 596 c 4
-365 499 -324 425.484375 -254.541015625 425.484375 c 4
-194 425.484375 -148.945414796 488.2674403 -110.20703125 560.124023438 c 4
EndSplineSet
EndChar

View File

@ -0,0 +1,34 @@
StartChar: tilde_tilde_greater.liga
Encoding: 57644 57644 1017
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-949.674804688 397.748046875 m 0
-1013.16113281 283.743164062 -1105.96484375 204 -1216.66015625 204 c 0
-1348.66015625 204 -1467.05273438 254.989257812 -1555.96484375 431 c 0
-1604.96484375 528 -1689.96484375 601.515625 -1735.42382812 601.515625 c 0
-1789.26953125 601.515625 -1905.96484375 559 -1917.84277344 349.205078125 c 1
-2146 392 l 1
-2104.96484375 770 -1875.97363281 834.515625 -1719.96484375 834.515625 c 0
-1573.96484375 834.515625 -1443.96484375 703 -1360.63964844 526.939453125 c 0
-1328.76953125 459.599609375 -1275.96484375 435 -1226.66015625 435 c 0
-1199.96484375 435 -1148.57128906 472.555664062 -1114.11132812 538.237304688 c 0
-1034.81152344 689.385742188 -947.801757812 803 -778.96484375 803 c 0
-626.96484375 803 -525 726 -440.96484375 548 c 0
-391.570184356 443.374153337 -335.96484375 388 -281.618164062 388 c 0
-218.484375 388 -169.227539062 464.991210938 -103.240234375 532.116210938 c 0
-9.96484375 627 41.408203125 680 190.979492188 680 c 7
358.979492188 680 518.03515625 471 662.03515625 595 c 5
706.03515625 367 l 5
480.03515625 253 360.979492188 443 195.979492188 443 c 7
117.42578125 443 30.03515625 371 -8.96484375 321 c 0
-56.0849609375 260.588867188 -147.215820312 147 -272.618164062 147 c 0
-416.578125 147 -524.024332299 193.578044769 -627.96484375 417 c 0
-681 531 -737.96484375 578 -786.96484375 578 c 0
-836.614257812 578 -902.532226562 482.40625 -949.674804688 397.748046875 c 0
EndSplineSet
Refer: 1034 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -2,10 +2,9 @@ StartChar: uni2010
Encoding: 8208 8208 524
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<88 974>
LayerCount: 2
Fore
Refer: 100 45 S 1 0 0 1 0 0 2
Validated: 1
EndChar

View File

@ -2,10 +2,9 @@ StartChar: uni2011
Encoding: 8209 8209 525
Width: 1060
VWidth: 6
Flags: W
Flags: HW
HStem: 413 244<88 974>
LayerCount: 2
Fore
Refer: 100 45 S 1 0 0 1 0 0 2
Validated: 1
EndChar

View File

@ -0,0 +1,20 @@
StartChar: uniE0DA
Encoding: 57562 57562 1029
Width: 1130
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-126 155 m 1
-292 -49 l 1
-316 -13 -368 33 -416 71 c 1
-511 150 -918 377 -944 395 c 1
-946 621 l 1
-789 750 -477 976 -344 1054 c 0
-314 1071 -293 1085 -258 1096 c 1
-128 889 l 1
-289 804 -509 636 -668 513 c 1
-525 412 -206 279 -126 155 c 1
EndSplineSet
EndChar

View File

@ -0,0 +1,19 @@
StartChar: uniE0DB
Encoding: 57563 57563 1030
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-443 179 m 1
-609 -25 l 1
-649 11 -693.2421875 44 -741.2421875 82 c 1
-959 231 -1247 413 -1410.2421875 515 c 1
-1214.39095557 679.85319522 -865.407053734 949.955943111 -669.2421875 1065 c 0
-639.2421875 1082 -618.2421875 1096 -583.2421875 1107 c 1
-453.2421875 900 l 1
-614.2421875 815 -834.2421875 647 -993.2421875 524 c 1
-877 445 -545 285 -443 179 c 1
EndSplineSet
EndChar

View File

@ -0,0 +1,33 @@
StartChar: uniE0DC
Encoding: 57564 57564 1031
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Back
SplineSet
-1165.83886719 33.9052734375 m 1
-1298.84082031 -60.7529296875 l 1
-1319.8828125 -22.947265625 -1360.86035156 16.4580078125 -1405.6640625 58.177734375 c 1
-1494.03710938 144.528320312 -1862.43847656 435 -1888.4375 453 c 1
-1888.43847656 573 l 1
-1731.43847656 702 -1420.83105469 942.922851562 -1301.54101562 1040.61035156 c 0
-1274.54101562 1062.05859375 -1255.96679688 1079.14648438 -1223.09765625 1095.44238281 c 1
-1147.72851562 944.633789062 l 1
-1293.59375 835.688476562 -1543.46679688 635 -1702.46679688 512 c 1
-1567.46679688 401 -1282.87695312 180.84765625 -1165.83886719 33.9052734375 c 1
EndSplineSet
Fore
SplineSet
-1186 135 m 5
-1352 -69 l 5
-1376 -33 -1428 13 -1476 51 c 5
-1571 130 -1978 377 -2004 395 c 1
-2006 621 l 1
-1849 750 -1537 976 -1404 1054 c 0
-1374 1071 -1353 1085 -1318 1096 c 1
-1188 889 l 1
-1349 804 -1569 636 -1728 513 c 1
-1585 412 -1266 259 -1186 135 c 5
EndSplineSet
EndChar

View File

@ -0,0 +1,30 @@
StartChar: uniE0DD
Encoding: 57565 57565 1032
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Back
SplineSet
380.935546875 58.693359375 m 5
343.943359375 18.6943359375 305.19140625 -12.2080078125 268.17578125 -52 c 5
149.174804688 53 -479.626953125 389.86328125 -570.82421875 453 c 5
-570.825195312 573 l 5
-413.825195312 702 48.1748046875 973 181.174804688 1051 c 4
211.17578125 1068 232.174804688 1082 267.174804688 1093 c 5
315.924804688 927 l 5
154.924804688 842 -220.076171875 617 -384.076171875 508 c 5
-222.076171875 415 246.924804688 166 380.935546875 58.693359375 c 5
EndSplineSet
Fore
SplineSet
314 863 m 1
148 779 -185 606 -328 525 c 1
-169 422 145 270 306 185 c 1
216.01953125 -57 l 1
32.01953125 56 -400.634765625 267.693359375 -586 420 c 1
-584 646 l 1
-491.749023438 709.866210938 49.0185546875 996 211.018554688 1102 c 1
314 863 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,30 @@
StartChar: uniE0DE
Encoding: 57566 57566 1033
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Back
SplineSet
418.98046875 590 m 1
418.98046875 473 l 1
322.98046875 404 -242.01953125 38 -417.018554688 -53 c 1
-447.759765625 -16.2578125 -464.34765625 52.068359375 -487.3515625 98 c 1
-316.3515625 206 73.287109375 436 230.287109375 544 c 1
104.287109375 634 -288.915039062 839.749023438 -421.295898438 921.646484375 c 0
-452.629882812 940.940429688 -477.893554688 955.31640625 -502.34765625 981.065429688 c 1
-418.01953125 1092 l 1
-289.611328125 988.930664062 331.98046875 657 418.98046875 590 c 1
EndSplineSet
Fore
SplineSet
-463 181 m 1
-297 265 36 438 179 519 c 5
20 622 -294 775 -455 860 c 1
-365.01953125 1102 l 1
-181.01953125 989 251.634765625 776.306640625 437 624 c 1
435 398 l 1
342.749023438 334.133789062 -198.018554688 48 -360.018554688 -58 c 1
-463 181 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,19 @@
StartChar: uniE0DF
Encoding: 57567 57567 1034
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
112 138 m 1
247 252 511 415 654 516 c 1
495 639 275 807 114 892 c 1
244 1099 l 1
279 1088 300 1074 330 1057 c 0
463 979 775 753 932 624 c 1
930 398 l 1
840.332842931 335.922737414 429 56 278 -66 c 1
112 138 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,19 @@
StartChar: uniE0E0
Encoding: 57568 57568 1035
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-372.2421875 155 m 1
-270.2421875 261 27.7578125 444 144 523 c 1
-15 646 -209.451171875 802.006835938 -361.88671875 901.553710938 c 1
-213.272460938 1095.62304688 l 1
-179.44140625 1081.42871094 -159.828125 1065.54394531 -131.532226562 1045.83789062 c 0
53.1337890625 913.119140625 365.1484375 678.853515625 561 514 c 1
397.7578125 412 143.7578125 207 -74 58 c 1
-122 20 -166.2421875 -13 -206.2421875 -49 c 1
-372.2421875 155 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,33 @@
StartChar: uniE0E1
Encoding: 57569 57569 1036
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Back
SplineSet
554.619140625 1000 m 2
554.620117188 1093 l 1
714.620117188 1093 l 1
714.620117188 948 l 2
714.620117188 831 722.619140625 504.484375 722.620117188 369 c 2
722.620117188 219 l 2
722.620117188 104 721.619140625 48 716.620117188 -53 c 1
555.620117188 -52 l 1
559.619140625 10 560.619140625 53 560.620117188 108 c 0
560.620117188 394.356445312 554.620117188 673.004882812 554.619140625 1000 c 2
EndSplineSet
Fore
SplineSet
498 1069 m 2
498 1102 l 1
769 1102 l 1
769 1017 l 2
769 740 781 558 781 224 c 2
781 74 l 2
781 -41 780 43 775 -58 c 1
503 -57 l 1
507 5 508 48 508 103 c 0
498 1069 l 2
EndSplineSet
EndChar

View File

@ -0,0 +1,29 @@
StartChar: uniE0E2
Encoding: 57570 57570 1037
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Back
SplineSet
-618 1056 m 2
-618 1089 l 1
-347 1089 l 1
-347 1004 l 2
-347 727 -335 545 -335 211 c 2
-335 61 l 2
-335 -54 -336 30 -341 -71 c 1
-613 -70 l 1
-609 -8 -608 35 -608 90 c 0
-618 1056 l 2
EndSplineSet
Fore
SplineSet
-633.837890625 -178 m 5
-850.837890625 -90 l 5
-762.220703125 117.6953125 -504 834 -441.837890625 1064 c 4
-429.8671875 1108.29101562 -406.837890625 1177 -401.837890625 1191 c 5
-173.837890625 1105 l 5
-297 840 -535 99 -633.837890625 -178 c 5
EndSplineSet
EndChar

View File

@ -0,0 +1,7 @@
StartChar: uniE0E3
Encoding: 57571 57571 1038
Width: 1060
VWidth: 0
Flags: HW
LayerCount: 2
EndChar

View File

@ -0,0 +1,7 @@
StartChar: uniE0E4
Encoding: 57572 57572 1039
Width: 1060
VWidth: 0
Flags: HW
LayerCount: 2
EndChar

View File

@ -1,5 +1,5 @@
StartChar: H18533
Encoding: 9679 9679 984
Encoding: 9679 9679 1025
Width: 1060
VWidth: 6
Flags: HW

View File

@ -1,5 +1,5 @@
StartChar: afii61352
Encoding: 8470 8470 981
Encoding: 8470 8470 1024
Width: 1060
VWidth: 0
Flags: HW

View File

@ -0,0 +1,41 @@
StartChar: bar_bar_bar_greater.liga
Encoding: 57600 57600 1031
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-2214 1069 m 2
-2207 1102 l 1
-1936 1102 l 1
-1953 1017 l 2
-2007 740 -2030 558 -2095 224 c 2
-2124 74 l 2
-2146 -41 -2131 43 -2156 -58 c 1
-2428 -57 l 1
-2412 5 -2403 48 -2392 103 c 0
-2214 1069 l 2
-428 1069 m 2
-421 1102 l 1
-150 1102 l 1
-167 1017 l 2
-221 740 -244 558 -309 224 c 2
-338 74 l 2
-360 -41 -345 43 -370 -58 c 1
-642 -57 l 1
-626 5 -617 48 -606 103 c 0
-428 1069 l 2
-1322 1069 m 2
-1315 1102 l 1
-1044 1102 l 1
-1061 1017 l 2
-1115 740 -1138 558 -1203 224 c 2
-1232 74 l 2
-1254 -41 -1239 43 -1264 -58 c 1
-1536 -57 l 1
-1520 5 -1511 48 -1500 103 c 0
-1322 1069 l 2
EndSplineSet
Refer: 1033 57566 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,31 @@
StartChar: bar_bar_greater.liga
Encoding: 57601 57601 1027
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1317 1069 m 6
-1310 1102 l 5
-1039 1102 l 5
-1056 1017 l 6
-1110 740 -1133 558 -1198 224 c 6
-1227 74 l 6
-1249 -41 -1234 43 -1259 -58 c 5
-1531 -57 l 5
-1515 5 -1506 48 -1495 103 c 4
-1317 1069 l 6
-426 1069 m 6
-419 1102 l 5
-148 1102 l 5
-165 1017 l 6
-219 740 -242 558 -307 224 c 6
-336 74 l 6
-358 -41 -343 43 -368 -58 c 5
-640 -57 l 5
-624 5 -615 48 -604 103 c 4
-426 1069 l 6
EndSplineSet
Refer: 1033 57566 S 1 0 0 1 -1 0 2
EndChar

View File

@ -0,0 +1,21 @@
StartChar: bar_greater.liga
Encoding: 57602 57602 1030
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-139 1069 m 6
-132 1102 l 5
139 1102 l 5
122 1017 l 6
68 740 45 558 -20 224 c 6
-49 74 l 6
-71 -41 -56 43 -81 -58 c 5
-353 -57 l 5
-337 5 -328 48 -317 103 c 4
-139 1069 l 6
EndSplineSet
Refer: 1033 57566 S 1 0 0 1 287 1 2
EndChar

View File

@ -0,0 +1,31 @@
StartChar: equal_equal.liga
Encoding: 57603 57603 983
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-626 174 m 0
-676 174 -726 176 -778 176 c 0
-838 176 -902 174 -971 170 c 1
-929 394 l 1
-787 402 -676 402 -562 402 c 0
498 402 l 0
676 402 809 394 977 394 c 1
933 170 l 1
759 170 616 174 434 174 c 0
384 174 334 176 282 176 c 0
-626 174 l 0
-542 627 m 0
-638 627 -745 634 -888 643 c 1
-882 673 -873 723 -864 770 c 0
-857 805 -850 839 -845 861 c 1
-704 852 -593 849 -499 849 c 0
561 849 l 0
753 849 864 859 1062 859 c 1
1021 639 l 1
828 639 715 627 518 627 c 0
-542 627 l 0
EndSplineSet
EndChar

View File

@ -0,0 +1,40 @@
StartChar: equal_equal_equal.liga
Encoding: 57604 57604 1029
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1994 405 m 1
-1988 435 -1980 485 -1971 532 c 0
-1964 567 -1958 591 -1953 613 c 1
-1613 610 -1266 608 -917 608 c 0
-438 608 44 609 514 609 c 0
706 609 815 609 1013 609 c 1
975 399 l 1
782 399 670 397 473 397 c 0
-345 397 -1187 405 -1994 405 c 1
-1715 24 m 0
-1765 24 -1815 26 -1867 26 c 0
-1927 26 -1991 24 -2060 20 c 1
-2021 234 l 1
-1879 242 -1767 242 -1653 242 c 0
467 242 l 0
645 242 777 234 945 234 c 1
904 20 l 1
730 20 587 24 405 24 c 0
355 24 305 26 253 26 c 0
-1715 24 l 0
-1575 767 m 0
-1671 767 -1778 774 -1921 783 c 1
-1915 813 -1908 853 -1899 900 c 0
-1892 935 -1884 969 -1879 991 c 1
-1738 982 -1628 979 -1534 979 c 0
586 979 l 0
778 979 889 989 1087 989 c 1
1048 779 l 1
855 779 742 767 545 767 c 0
-1575 767 l 0
EndSplineSet
EndChar

View File

@ -0,0 +1,32 @@
StartChar: equal_equal_greater.liga
Encoding: 57605 57605 1001
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1686 174 m 4
-1736 174 -1786 176 -1838 176 c 4
-1898 176 -1962 174 -2031 170 c 5
-1989 394 l 5
-1847 402 -1736 402 -1622 402 c 4
218 402 l 4
396 402 529 394 697 394 c 5
653 170 l 5
479 170 336 174 154 174 c 4
104 174 54 176 2 176 c 4
-1686 174 l 4
-1602 627 m 4
-1698 627 -1805 634 -1948 643 c 5
-1942 673 -1933 723 -1924 770 c 4
-1917 805 -1910 839 -1905 861 c 5
-1764 852 -1653 849 -1559 849 c 4
281 849 l 4
473 849 584 859 782 859 c 5
741 639 l 5
548 639 435 627 238 627 c 4
-1602 627 l 4
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,32 @@
StartChar: equal_greater.liga
Encoding: 57606 57606 1000
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-626 174 m 0
-676 174 -726 176 -778 176 c 0
-838 176 -902 174 -971 170 c 1
-929 394 l 1
-787 402 -676 402 -562 402 c 0
218 402 l 0
396 402 529 394 697 394 c 1
653 170 l 1
479 170 336 174 154 174 c 0
104 174 54 176 2 176 c 0
-626 174 l 0
-542 627 m 0
-638 627 -745 634 -888 643 c 1
-882 673 -873 723 -864 770 c 0
-857 805 -850 839 -845 861 c 1
-704 852 -593 849 -499 849 c 0
281 849 l 0
473 849 584 859 782 859 c 1
741 639 l 1
548 639 435 627 238 627 c 0
-542 627 l 0
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,33 @@
StartChar: equal_greater_greater.liga
Encoding: 57607 57607 1002
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1686 174 m 0
-1736 174 -1786 176 -1838 176 c 0
-1898 176 -1962 174 -2031 170 c 1
-1989 394 l 1
-1847 402 -1736 402 -1622 402 c 0
-652 402 l 4
-474 402 -341 394 -173 394 c 5
-217 170 l 5
-391 170 -534 174 -716 174 c 4
-766 174 -816 176 -868 176 c 4
-1686 174 l 0
-1602 627 m 0
-1698 627 -1805 634 -1948 643 c 1
-1942 673 -1933 723 -1924 770 c 0
-1917 805 -1910 839 -1905 861 c 1
-1764 852 -1653 849 -1559 849 c 0
-589 849 l 4
-397 849 -286 859 -88 859 c 5
-129 639 l 5
-322 639 -435 627 -632 627 c 4
-1602 627 l 0
EndSplineSet
Refer: 1038 57568 S 1 0 0 1 40 0 2
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,44 @@
StartChar: equal_less_less.liga
Encoding: 57608 57608 1009
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1686 174 m 0
-1736 174 -1786 176 -1838 176 c 0
-1898 176 -1962 174 -2031 170 c 1
-1989 394 l 1
-1847 402 -1736 402 -1622 402 c 0
-462 402 l 4
-284 402 -151 394 17 394 c 5
-27 170 l 5
-201 170 -344 174 -526 174 c 4
-576 174 -626 176 -678 176 c 4
-1686 174 l 0
-1602 627 m 0
-1698 627 -1805 634 -1948 643 c 1
-1942 673 -1933 723 -1924 770 c 0
-1917 805 -1910 839 -1905 861 c 1
-1764 852 -1653 849 -1559 849 c 0
-399 849 l 4
-207 849 -96 859 102 859 c 5
61 639 l 5
-132 639 -245 627 -442 627 c 4
-1602 627 l 0
17 394 m 5
139 296 260 182 345 77 c 5
103 -57 l 5
89 -19 37 20 0 62 c 5
-39 109 -171 205 -266 296 c 5
17 394 l 5
-134 760 m 5
31 873 206 984 295 1047 c 4
326 1068 348 1085 384 1101 c 5
509 938 l 5
399 867 210 741 61 639 c 5
-134 760 l 5
EndSplineSet
Refer: 1037 57563 S 1 0 0 1 1517 0 2
EndChar

View File

@ -0,0 +1,37 @@
StartChar: equal_slash_equal.liga
Encoding: 57609 57609 987
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-668 -178 m 5
-868 -90 l 5
-739 118 -342 834 -235 1064 c 4
-214 1108 -178 1177 -170 1191 c 5
41 1105 l 5
-134 840 -515 99 -668 -178 c 5
-1686 174 m 0
-1736 174 -1786 176 -1838 176 c 0
-1898 176 -1962 174 -2031 170 c 1
-1989 394 l 1
-1847 402 -1736 402 -1622 402 c 0
498 402 l 0
676 402 809 394 977 394 c 1
933 170 l 1
759 170 616 174 434 174 c 0
384 174 334 176 282 176 c 0
-1686 174 l 0
-1602 627 m 0
-1698 627 -1805 634 -1948 643 c 1
-1942 673 -1933 723 -1924 770 c 0
-1917 805 -1910 839 -1905 861 c 1
-1764 852 -1653 849 -1559 849 c 0
561 849 l 0
753 849 864 859 1062 859 c 1
1021 639 l 1
828 639 715 627 518 627 c 0
-1602 627 l 0
EndSplineSet
EndChar

View File

@ -8,16 +8,16 @@ VStem: 275 593
LayerCount: 2
Fore
SplineSet
868 1341 m 1
673 431 l 1
390 429 l 1
553 1341 l 1
868 1341 l 1
327 270 m 1
677 270 l 1
625 0 l 1
275 0 l 1
327 270 l 1
868 1341 m 5
673 431 l 5
390 429 l 5
553 1341 l 5
868 1341 l 5
327 270 m 5
677 270 l 5
625 0 l 5
275 0 l 5
327 270 l 5
EndSplineSet
Validated: 1
EndChar

View File

@ -0,0 +1,17 @@
StartChar: exclam_equal.liga
Encoding: 57610 57610 984
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-198 -178 m 5
-398 -90 l 5
-269 118 128 834 235 1064 c 4
256 1108 292 1177 300 1191 c 5
511 1105 l 5
336 840 -45 99 -198 -178 c 5
EndSplineSet
Refer: 983 57603 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,17 @@
StartChar: exclam_equal_equal.liga
Encoding: 57611 57611 1028
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-837 -178 m 5
-1036 -90 l 5
-907 118 -510 834 -403 1064 c 4
-382 1108 -346 1177 -338 1191 c 5
-127 1105 l 5
-302 840 -684 99 -837 -178 c 5
EndSplineSet
Refer: 1029 57604 S 1 0 0 1 0 0 2
EndChar

View File

@ -21,7 +21,7 @@ OS2Version: 3
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 1
CreationTime: 1379052706
ModificationTime: 1515343767
ModificationTime: 1532285064
PfmFamily: 49
TTFWeight: 700
TTFWidth: 5
@ -55,7 +55,7 @@ NameList: Adobe Glyph List
DisplaySize: -36
AntiAlias: 1
FitToEm: 1
WinInfo: 8526 42 12
WinInfo: 0 42 12
BeginPrivate: 1
BlueValues 37 [-37 0 1013 1052 1281 1376 1390 1444]
EndPrivate

View File

@ -0,0 +1,25 @@
StartChar: greater_equal.liga
Encoding: 57612 57612 1026
Width: 1060
VWidth: 4
Flags: HW
HStem: 167 156<-630.768 -556.601>
LayerCount: 2
Fore
SplineSet
719 414 m 1
781 159 l 1
478 71 -196 -118 -343 -211 c 1
-425 29 l 1
-284 136 496 325 719 414 c 1
-347 524 m 1
-176 626 314 704 543 786 c 1
382 851 -41 971 -208 1016 c 1
-102 1283 l 1
-66 1280 -44 1272 -13 1261 c 0
126 1217 606 1054 864 895 c 1
809 612 l 1
505 524 -62 373 -265 285 c 1
-347 524 l 1
EndSplineSet
EndChar

View File

@ -0,0 +1,42 @@
StartChar: greater_equal_greater.liga
Encoding: 57613 57613 1003
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-1295 825 m 1
-1506 632 l 1
-1636 750 -1702 814 -1832 891 c 1
-1662 1098 l 1
-1629 1087 -1611 1073 -1584 1056 c 0
-1503 1005 -1423 937 -1295 825 c 1
-1542 397 m 1
-1465 190 l 1
-1699 67 l 1
-1754 29 -1819 -11 -1850 -47 c 1
-1976 157 l 1
-1887 263 -1719 303 -1542 397 c 1
-1160 174 m 0
-1210 174 -1260 176 -1312 176 c 0
-1372 176 -1436 174 -1505 170 c 1
-1542 397 l 1
-1542 397 -1210 402 -1096 402 c 0
144 402 l 0
322 402 455 394 623 394 c 1
579 170 l 1
405 170 262 174 80 174 c 0
30 174 -20 176 -72 176 c 0
-1160 174 l 0
-1506 632 m 1
-1500 662 -1490 713 -1481 760 c 0
-1474 795 -1467 829 -1462 851 c 1
-1462 851 -361 849 207 849 c 0
399 849 510 859 708 859 c 1
667 639 l 1
474 639 360 626 163 626 c 0
-405 626 -1506 632 -1506 632 c 1
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,44 @@
StartChar: greater_greater_equal.liga
Encoding: 57614 57614 1004
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-719 394 m 5
-474 296 l 5
-605 205 -775 109 -832 62 c 5
-885 20 -953 -19 -981 -57 c 5
-1171 77 l 5
-1045 182 -879 296 -719 394 c 5
-426 760 m 5
-669 639 l 5
-778 741 -919 867 -1001 938 c 5
-812 1101 l 5
-782 1085 -767 1068 -744 1047 c 4
-680 984 -547 873 -426 760 c 5
-416 174 m 0
-466 174 -516 176 -568 176 c 0
-628 176 -692 174 -761 170 c 1
-719 394 l 1
-577 402 -466 402 -352 402 c 0
498 402 l 0
676 402 809 394 977 394 c 1
933 170 l 1
759 170 616 174 434 174 c 0
384 174 334 176 282 176 c 0
-416 174 l 0
-332 627 m 0
-428 627 -526 630 -669 639 c 1
-663 669 -663 723 -654 770 c 0
-647 805 -640 839 -635 861 c 1
-494 852 -383 849 -289 849 c 0
561 849 l 0
753 849 864 859 1062 859 c 1
1021 639 l 1
828 639 715 627 518 627 c 0
-332 627 l 0
EndSplineSet
Refer: 1038 57568 S 1 0 0 1 -1274 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: greater_greater_hyphen.liga
Encoding: 57615 57615 1005
Width: 1060
VWidth: 4
Flags: HW
LayerCount: 2
Fore
SplineSet
-501 634 m 1
-456 636 -405 637 -355 637 c 0
-255 637 551 634 619 634 c 0
660 634 699 634 738 634 c 0
820 634 972 633 1079 632 c 1
1097 632 l 1
1049 387 l 1
1031 387 l 1
897 390 695 390 570 390 c 0
527 390 -270 393 -370 393 c 0
-427 393 -486 392 -542 389 c 1
-519 511 l 1
-501 634 l 1
EndSplineSet
Refer: 1038 57568 N 1 0 0 1 -1275 0 2
Refer: 1036 57567 N 1 0 0 1 -1335 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: greater_hyphen.liga
Encoding: 57616 57616 1006
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-121 634 m 5
-76 636 -25 637 25 637 c 4
125 637 551 634 619 634 c 4
660 634 699 634 738 634 c 4
820 634 972 633 1079 632 c 5
1097 632 l 5
1049 387 l 5
1031 387 l 5
897 390 695 390 570 390 c 4
527 390 110 393 10 393 c 4
-47 393 -106 392 -162 389 c 5
-139 511 l 5
-121 634 l 5
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 -1058 7 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: greater_hyphen_greater.liga
Encoding: 57617 57617 996
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1139 634 m 5
-1094 636 -1043 637 -993 637 c 4
-893 637 -119 634 -51 634 c 4
-10 634 29 634 68 634 c 4
150 634 972 633 1079 632 c 5
1097 632 l 5
1049 387 l 5
1031 387 l 5
897 390 25 390 -100 390 c 4
-143 390 -908 393 -1008 393 c 4
-1065 393 -1124 392 -1180 389 c 5
-1157 511 l 5
-1139 634 l 5
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 -2118 7 2
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_greater.liga
Encoding: 57618 57618 993
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-855 634 m 5
-810 636 -759 637 -709 637 c 4
-609 637 -27 634 41 634 c 4
82 634 121 634 160 634 c 4
242 634 932 633 1039 632 c 5
1057 632 l 5
1009 387 l 5
991 387 l 5
857 390 117 390 -8 390 c 4
-51 390 -624 393 -724 393 c 4
-781 393 -840 392 -896 389 c 5
-873 511 l 5
-855 634 l 5
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,25 @@
StartChar: hyphen_greater_greater.liga
Encoding: 57619 57619 995
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1915 634 m 1
-1870 636 -1819 637 -1769 637 c 0
-1669 637 -1087 634 -1019 634 c 0
-978 634 -939 634 -900 634 c 0
-818 634 -45 633 62 632 c 1
80 632 l 1
32 387 l 1
14 387 l 1
-120 390 -943 390 -1068 390 c 0
-1111 390 -1684 393 -1784 393 c 0
-1841 393 -1900 392 -1956 389 c 1
-1933 511 l 1
-1915 634 l 1
EndSplineSet
Refer: 1038 57568 S 1 0 0 1 0 0 2
Refer: 1036 57567 N 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_hyphen_greater.liga
Encoding: 57620 57620 994
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-1915 634 m 1
-1870 636 -1819 637 -1769 637 c 0
-1669 637 -1087 634 -1019 634 c 0
-978 634 -939 634 -900 634 c 0
-818 634 853 633 960 632 c 1
978 632 l 1
930 387 l 1
912 387 l 1
778 390 -943 390 -1068 390 c 0
-1111 390 -1684 393 -1784 393 c 0
-1841 393 -1900 392 -1956 389 c 1
-1933 511 l 1
-1915 634 l 1
EndSplineSet
Refer: 1036 57567 S 1 0 0 1 0 0 2
EndChar

View File

@ -0,0 +1,24 @@
StartChar: hyphen_less.liga
Encoding: 57621 57621 1007
Width: 1060
VWidth: 6
Flags: HW
LayerCount: 2
Fore
SplineSet
-855 634 m 1
-810 636 -759 637 -709 637 c 0
-609 637 -347 634 -279 634 c 0
-238 634 -199 634 -160 634 c 0
-78 634 336 633 443 632 c 1
461 632 l 1
413 387 l 1
395 387 l 1
261 390 -203 390 -328 390 c 0
-371 390 -624 393 -724 393 c 0
-781 393 -840 392 -896 389 c 1
-873 511 l 1
-855 634 l 1
EndSplineSet
Refer: 1039 57562 S 1 0 0 1 2120 0 2
EndChar

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