-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0xPropo.glyphs
19914 lines (19911 loc) · 198 KB
/
0xPropo.glyphs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
.appVersion = "3305";
.formatVersion = 3;
classes = (
{
automatic = 1;
code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotaccent Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B Bmacronbelow C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcircumflexbelow Dcroat Ddotbelow Dmacronbelow Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde Schwa F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gmacron H Hbar Hbrevebelow Hcedilla Hcircumflex Hdotbelow I Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent Kdotbelow Kmacronbelow L Lacute Lcaron Lcircumflexbelow Lcommaaccent Ldot Ldotbelow Ldotbelowmacron Lmacronbelow Lslash M Macute Mdotaccent Mdotbelow N Nacute Ncaron Ncircumflexbelow Ncommaaccent Ndotaccent Ndotbelow Ngrave Nmacronbelow Ntilde Eng O Oacute Obreve Ocaron Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotaccent Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotaccent Rdotbelow Rdotbelowmacron Rmacronbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls T Tbar Tcaron Tcedilla Tcircumflexbelow Tcommaaccent Tdotbelow Tmacronbelow U Uacute Ubreve Ucaron Ucircumflex Udieresis Udieresisacute Udieresiscaron Udieresisgrave Udieresismacron Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vdotbelow W Wacute Wcircumflex Wdieresis Wgrave X Xdieresis Y Yacute Ycircumflex Ydieresis Ydotaccent Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zcircumflex Zdotaccent Zdotbelow Zmacronbelow";
name = Uppercase;
},
{
automatic = 1;
code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotaccent Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B Bmacronbelow C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcircumflexbelow Dcroat Ddotbelow Dmacronbelow Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde Schwa F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gmacron H Hbar Hbrevebelow Hcedilla Hcircumflex Hdotbelow I Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent Kdotbelow Kmacronbelow L Lacute Lcaron Lcircumflexbelow Lcommaaccent Ldot Ldotbelow Ldotbelowmacron Lmacronbelow Lslash M Macute Mdotaccent Mdotbelow N Nacute Ncaron Ncircumflexbelow Ncommaaccent Ndotaccent Ndotbelow Ngrave Nmacronbelow Ntilde Eng O Oacute Obreve Ocaron Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotaccent Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotaccent Rdotbelow Rdotbelowmacron Rmacronbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls T Tbar Tcaron Tcedilla Tcircumflexbelow Tcommaaccent Tdotbelow Tmacronbelow U Uacute Ubreve Ucaron Ucircumflex Udieresis Udieresisacute Udieresiscaron Udieresisgrave Udieresismacron Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vdotbelow W Wacute Wcircumflex Wdieresis Wgrave X Xdieresis Y Yacute Ycircumflex Ydieresis Ydotaccent Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zcircumflex Zdotaccent Zdotbelow Zmacronbelow a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotaccent adotbelow agrave ahookabove amacron aogonek aring atilde ae b bmacronbelow c cacute ccaron ccedilla ccircumflex cdotaccent d dcaron dcircumflexbelow dcroat ddotbelow dmacronbelow eth e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent gmacron h hbar hbrevebelow hcedilla hcircumflex hdotbelow hmacronbelow i idotless iacute ibreve icaron icircumflex idieresis idotaccent idotbelow igrave ihookabove imacron iogonek itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kmacronbelow l lacute lcaron lcircumflexbelow lcommaaccent ldot ldotbelow ldotbelowmacron lmacronbelow lslash m macute mdotaccent mdotbelow n nacute ncaron ncircumflexbelow ncommaaccent ndotaccent ndotbelow ngrave nmacronbelow ntilde eng o oacute obreve ocaron ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotaccent odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash otilde oe p thorn q r racute rcaron rcommaaccent rdotaccent rdotbelow rdotbelowmacron rmacronbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls t tbar tcaron tcedilla tcircumflexbelow tcommaaccent tdotbelow tmacronbelow u uacute ubreve ucaron ucircumflex udieresis udieresisacute udieresiscaron udieresisgrave udieresismacron udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vdotbelow w wacute wcircumflex wdieresis wgrave x xdieresis y yacute ycircumflex ydieresis ydotaccent ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zcircumflex zdotaccent zdotbelow zmacronbelow ordfeminine ordmasculine mu lowcircumflexmod";
name = AllLetters;
},
{
automatic = 1;
code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotaccent Adotbelow Agrave Ahookabove Amacron Aogonek Aring Atilde AE B Bmacronbelow C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcircumflexbelow Dcroat Ddotbelow Dmacronbelow Eth E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde Schwa F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gmacron H Hbar Hbrevebelow Hcedilla Hcircumflex Hdotbelow I Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent Kdotbelow Kmacronbelow L Lacute Lcaron Lcircumflexbelow Lcommaaccent Ldot Ldotbelow Ldotbelowmacron Lmacronbelow Lslash M Macute Mdotaccent Mdotbelow N Nacute Ncaron Ncircumflexbelow Ncommaaccent Ndotaccent Ndotbelow Ngrave Nmacronbelow Ntilde Eng O Oacute Obreve Ocaron Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotaccent Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotaccent Rdotbelow Rdotbelowmacron Rmacronbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls T Tbar Tcaron Tcedilla Tcircumflexbelow Tcommaaccent Tdotbelow Tmacronbelow U Uacute Ubreve Ucaron Ucircumflex Udieresis Udieresisacute Udieresiscaron Udieresisgrave Udieresismacron Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vdotbelow W Wacute Wcircumflex Wdieresis Wgrave X Xdieresis Y Yacute Ycircumflex Ydieresis Ydotaccent Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zcircumflex Zdotaccent Zdotbelow Zmacronbelow a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotaccent adotbelow agrave ahookabove amacron aogonek aring atilde ae b bmacronbelow c cacute ccaron ccedilla ccircumflex cdotaccent d dcaron dcircumflexbelow dcroat ddotbelow dmacronbelow eth e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent gmacron h hbar hbrevebelow hcedilla hcircumflex hdotbelow hmacronbelow i idotless iacute ibreve icaron icircumflex idieresis idotaccent idotbelow igrave ihookabove imacron iogonek itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kmacronbelow l lacute lcaron lcircumflexbelow lcommaaccent ldot ldotbelow ldotbelowmacron lmacronbelow lslash m macute mdotaccent mdotbelow n nacute ncaron ncircumflexbelow ncommaaccent ndotaccent ndotbelow ngrave nmacronbelow ntilde eng o oacute obreve ocaron ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotaccent odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash otilde oe p thorn q r racute rcaron rcommaaccent rdotaccent rdotbelow rdotbelowmacron rmacronbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls t tbar tcaron tcedilla tcircumflexbelow tcommaaccent tdotbelow tmacronbelow u uacute ubreve ucaron ucircumflex udieresis udieresisacute udieresiscaron udieresisgrave udieresismacron udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vdotbelow w wacute wcircumflex wdieresis wgrave x xdieresis y yacute ycircumflex ydieresis ydotaccent ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zcircumflex zdotaccent zdotbelow zmacronbelow ordfeminine ordmasculine mu lowcircumflexmod zero one two three four five six seven eight nine space nbspace period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk numbersign slash backslash twodotenleader periodcentered.loclCAT periodcentered.loclCAT.case hyphen endash emdash underscore parenleft parenright braceleft braceright bracketleft bracketright quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle baht at ampersand paragraph section copyright registered published trademark degree bar dagger daggerdbl servicemark cent dollar dong euro liraTurkish naira peso ruble rupeeIndian sterling won yen plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde asciicircum percent dieresiscomb dieresiscomb_gravecomb dieresiscomb_acutecomb dieresiscomb_caroncomb dieresiscomb_macroncomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb dieresisbelowcomb commaaccentcomb cedillacomb ogonekcomb circumflexbelowcomb brevebelowcomb macronbelowcomb brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb dieresiscomb.case dieresiscomb_gravecomb.case dieresiscomb_acutecomb.case dieresiscomb_caroncomb.case dieresiscomb_macroncomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case caroncomb.alt.case circumflexcomb.case circumflexcomb_gravecomb.case circumflexcomb_acutecomb.case circumflexcomb_tildecomb.case circumflexcomb_hookabovecomb.case caroncomb.case brevecomb.case brevecomb_gravecomb.case brevecomb_acutecomb.case brevecomb_tildecomb.case brevecomb_hookabovecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case dotbelowcomb.case commaaccentcomb.case cedillacomb.case ogonekcomb.case circumflexbelowcomb.case brevebelowcomb.case macronbelowcomb.case dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek apostrophemod commaturnedmod doubleprimemod macronlowmod primemod ringhalfleft ringhalfright verticallinelowmod verticallinemod";
name = All;
}
);
customParameters = (
{
name = "Write lastChange";
value = 0;
}
);
date = "2024-05-07 05:54:07 +0000";
familyName = 0xPropo;
featurePrefixes = (
{
automatic = 1;
code = "languagesystem DFLT dflt;
languagesystem latn dflt;
languagesystem latn AZE;
languagesystem latn CRT;
languagesystem latn KAZ;
languagesystem latn TAT;
languagesystem latn TRK;
languagesystem latn ROM;
languagesystem latn MOL;
languagesystem latn CAT;
";
name = Languagesystems;
}
);
features = (
{
automatic = 1;
code = "feature locl;
feature ordn;
feature case;
";
tag = aalt;
},
{
code = "";
tag = calt;
},
{
code = "# lookupflag IgnoreMarks;
# sub colon equal by colon_equal;
# sub question question by question_question;
# sub slash slash by slash_slash;
# sub equal greater by equal_greater;
# sub greater greater by greater_greater;
# sub less less by less_less;
# sub ampersand ampersand by ampersand_ampersand;
# sub hyphen greater by hyphen_greater;
# sub exclam equal by exclam_equal;
# sub equal equal by equal_equal;
# sub equal equal equal by equal_equal_equal;
# sub exclam equal equal by exclam_equal_equal;
# sub colon colon by colon_colon;
# sub less hyphen by less_hyphen;
# sub colon colon colon by colon_colon_colon;
# sub slash slash slash by slash_slash_slash;
# sub equal colon equal by equal_colon_equal;
# sub equal exclam equal by equal_exclam_equal;
# sub greater greater greater by greater_greater_greater;
# sub less equal greater by less_equal_greater;
# sub less less less by less_less_less;
# sub bar bar by bar_bar;
# sub bar greater by bar_greater;
# sub less bar by less_bar;
# sub bar bar greater by bar_bar_greater;
# sub less bar bar by less_bar_bar;
# sub bar bar bar greater by bar_bar_bar_greater;
# sub less bar bar bar by less_bar_bar_bar;
# sub less bar greater by less_bar_greater;
# sub less greater by less_greater;
# sub numbersign equal by numbersign_equal;
# sub asterisk asterisk by asterisk_asterisk;
# sub asterisk asterisk asterisk by asterisk_asterisk_asterisk;
# sub colon less colon by colon_less_colon;
# sub colon greater colon by colon_greater_colon;
# sub bracketleft bar by bracketleft_bar;
# sub equal greater greater by equal_greater_greater;
# sub bar bracketright by bar_bracketright;
# sub equal less less by equal_less_less;
# sub greater equal greater by greater_equal_greater;
# sub less equal less by less_equal_less;
# sub equal greater equal by equal_greater_equal;
# sub equal less equal by equal_less_equal;
# sub less asterisk by less_asterisk;
# sub less plus by less_plus;
# sub less asterisk greater by less_asterisk_greater;
# sub less plus greater by less_plus_greater;
# sub asterisk greater by asterisk_greater;
# sub plus greater by plus_greater;
# sub period equal by period_equal;
# sub less dollar by less_dollar;
# sub dollar greater by dollar_greater;
# sub less dollar greater by less_dollar_greater;
# sub percent percent by percent_percent;
";
disabled = 1;
tag = liga;
},
{
code = "script latn;
language AZE;
lookup locl_latn_0 {
sub i by idotaccent;
} locl_latn_0;
language CRT;
lookup locl_latn_0;
language KAZ;
lookup locl_latn_0;
language TAT;
lookup locl_latn_0;
language TRK;
lookup locl_latn_0;
script latn;
language ROM;
lookup locl_latn_1 {
sub Scedilla by Scommaaccent;
sub scedilla by scommaaccent;
sub Tcedilla by Tcommaaccent;
sub tcedilla by tcommaaccent;
} locl_latn_1;
language MOL;
lookup locl_latn_1;
script latn;
language CAT;
lookup locl_latn_2 {
sub l periodcentered' l by periodcentered.loclCAT;
sub l periodcentered.loclCAT' l by ldot l;
sub L periodcentered' L by periodcentered.loclCAT.case;
sub L periodcentered.loclCAT.case' L by Ldot L;
} locl_latn_2;
";
tag = locl;
},
{
automatic = 1;
code = "sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
";
tag = ordn;
},
{
automatic = 1;
code = "sub periodcentered.loclCAT by periodcentered.loclCAT.case;
sub dieresiscomb by dieresiscomb.case;
sub dieresiscomb_gravecomb by dieresiscomb_gravecomb.case;
sub dieresiscomb_acutecomb by dieresiscomb_acutecomb.case;
sub dieresiscomb_caroncomb by dieresiscomb_caroncomb.case;
sub dieresiscomb_macroncomb by dieresiscomb_macroncomb.case;
sub dotaccentcomb by dotaccentcomb.case;
sub gravecomb by gravecomb.case;
sub acutecomb by acutecomb.case;
sub hungarumlautcomb by hungarumlautcomb.case;
sub caroncomb.alt by caroncomb.alt.case;
sub circumflexcomb by circumflexcomb.case;
sub circumflexcomb_gravecomb by circumflexcomb_gravecomb.case;
sub circumflexcomb_acutecomb by circumflexcomb_acutecomb.case;
sub circumflexcomb_tildecomb by circumflexcomb_tildecomb.case;
sub circumflexcomb_hookabovecomb by circumflexcomb_hookabovecomb.case;
sub caroncomb by caroncomb.case;
sub brevecomb by brevecomb.case;
sub brevecomb_gravecomb by brevecomb_gravecomb.case;
sub brevecomb_acutecomb by brevecomb_acutecomb.case;
sub brevecomb_tildecomb by brevecomb_tildecomb.case;
sub brevecomb_hookabovecomb by brevecomb_hookabovecomb.case;
sub ringcomb by ringcomb.case;
sub tildecomb by tildecomb.case;
sub macroncomb by macroncomb.case;
sub hookabovecomb by hookabovecomb.case;
sub horncomb by horncomb.case;
sub dotbelowcomb by dotbelowcomb.case;
sub commaaccentcomb by commaaccentcomb.case;
sub cedillacomb by cedillacomb.case;
sub ogonekcomb by ogonekcomb.case;
sub circumflexbelowcomb by circumflexbelowcomb.case;
sub brevebelowcomb by brevebelowcomb.case;
sub macronbelowcomb by macronbelowcomb.case;
";
tag = case;
}
);
fontMaster = (
{
iconName = SemiBold;
id = m01;
metricValues = (
{
over = 16;
pos = 750;
},
{
over = 16;
pos = 710;
},
{
over = 16;
pos = 550;
},
{
over = -16;
},
{
over = -16;
pos = -250;
}
);
name = "Medium ";
userData = {
GSCornerRadius = 218;
};
visible = 1;
}
);
glyphs = (
{
glyphname = A;
layers = (
{
anchors = (
{
name = bottom;
pos = (326,0);
},
{
name = ogonek;
pos = (598,0);
},
{
name = top;
pos = (326,710);
}
);
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(155,0,l),
(223,304,o),
(286,540,o),
(368,710,c),
(274,710,l),
(192,540,o),
(122,304,o),
(54,0,c)
);
},
{
closed = 1;
nodes = (
(530,304,o),
(460,540,o),
(378,710,c),
(284,710,l),
(366,540,o),
(429,304,o),
(497,0,c),
(598,0,l)
);
},
{
closed = 1;
nodes = (
(180,170,l),
(480,170,l),
(480,258,l),
(180,258,l)
);
}
);
width = 652;
}
);
unicode = 65;
},
{
glyphname = Aacute;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = acutecomb.case;
}
);
width = 652;
}
);
unicode = 193;
},
{
glyphname = Abreve;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb.case;
}
);
width = 652;
}
);
unicode = 258;
},
{
glyphname = Abreveacute;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb_acutecomb.case;
}
);
width = 652;
}
);
unicode = 7854;
},
{
glyphname = Abrevedotbelow;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb.case;
},
{
pos = (16,0);
ref = dotbelowcomb.case;
}
);
width = 652;
}
);
unicode = 7862;
},
{
glyphname = Abrevegrave;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb_gravecomb.case;
}
);
width = 652;
}
);
unicode = 7856;
},
{
glyphname = Abrevehookabove;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb_hookabovecomb.case;
}
);
width = 652;
}
);
unicode = 7858;
},
{
glyphname = Abrevetilde;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = brevecomb_tildecomb.case;
}
);
width = 652;
}
);
unicode = 7860;
},
{
glyphname = Acaron;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = caroncomb.case;
}
);
width = 652;
}
);
unicode = 461;
},
{
glyphname = Acircumflex;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb.case;
}
);
width = 652;
}
);
unicode = 194;
},
{
glyphname = Acircumflexacute;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb_acutecomb.case;
}
);
width = 652;
}
);
unicode = 7844;
},
{
glyphname = Acircumflexdotbelow;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb.case;
},
{
pos = (16,0);
ref = dotbelowcomb.case;
}
);
width = 652;
}
);
unicode = 7852;
},
{
glyphname = Acircumflexgrave;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb_gravecomb.case;
}
);
width = 652;
}
);
unicode = 7846;
},
{
glyphname = Acircumflexhookabove;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb_hookabovecomb.case;
}
);
width = 652;
}
);
unicode = 7848;
},
{
glyphname = Acircumflextilde;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = circumflexcomb_tildecomb.case;
}
);
width = 652;
}
);
unicode = 7850;
},
{
glyphname = Adieresis;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = dieresiscomb.case;
}
);
width = 652;
}
);
unicode = 196;
},
{
glyphname = Adotaccent;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = dotaccentcomb.case;
}
);
width = 652;
}
);
unicode = 550;
},
{
glyphname = Adotbelow;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = dotbelowcomb.case;
}
);
width = 652;
}
);
unicode = 7840;
},
{
glyphname = Agrave;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = gravecomb.case;
}
);
width = 652;
}
);
unicode = 192;
},
{
glyphname = Ahookabove;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = hookabovecomb.case;
}
);
width = 652;
}
);
unicode = 7842;
},
{
glyphname = Amacron;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = macroncomb.case;
}
);
width = 652;
}
);
unicode = 256;
},
{
glyphname = Aogonek;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (187,-3);
ref = ogonekcomb.case;
}
);
width = 652;
}
);
unicode = 260;
},
{
glyphname = Aring;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = ringcomb.case;
}
);
width = 652;
}
);
unicode = 197;
},
{
glyphname = Atilde;
layers = (
{
layerId = m01;
shapes = (
{
ref = A;
},
{
pos = (16,0);
ref = tildecomb.case;
}
);
width = 652;
}
);
unicode = 195;
},
{
glyphname = AE;
layers = (
{
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(132,170,l),
(398,170,l),
(398,255,l),
(132,255,l)
);
},
{
closed = 1;
nodes = (
(354,0,l),
(439,0,l),
(439,710,l),
(354,710,l)
);
},
{
closed = 1;
nodes = (
(377,395,l),
(377,307,l),
(671,307,l),
(671,395,l)
);
},
{
closed = 1;
nodes = (
(301,710,l),
(301,625,l),
(695,625,l),
(695,710,l)
);
},
{
closed = 1;
nodes = (
(377,85,l),
(377,0,l),
(703,0,l),
(703,85,l)
);
},
{
closed = 1;
nodes = (
(152,0,l),
(210,277,o),
(277,529,o),
(357,710,c),
(269,710,l),
(187,531,o),
(121,298,o),
(55,0,c)
);
}
);
width = 768;
}
);
unicode = 198;
},
{
glyphname = B;
layers = (
{
anchors = (
{
name = bottom;
pos = (340,0);
},
{
name = center;
pos = (340,355);
},
{
name = top;
pos = (340,710);
}
);
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(100,0,l),
(198,0,l),
(198,710,l),
(100,710,l)
);
},
{
closed = 1;
nodes = (
(197,350,l),
(264,350,o),
(269,350,o),
(322,350,cs),
(448,350,o),
(557,418,o),
(557,532,cs),
(557,655,o),
(467,710,o),
(322,710,cs),
(282,710,o),
(271,710,o),
(197,710,c),
(197,622,l),
(272,622,o),
(280,622,o),
(322,622,cs),
(412,622,o),
(459,592,o),
(459,519,cs),
(459,443,o),
(412,413,o),
(322,413,cs),
(269,413,o),
(265,413,o),
(197,413,c)
);
},
{
closed = 1;
nodes = (
(197,0,l),
(264,0,o),
(269,0,o),
(322,0,cs),
(462,0,o),
(595,40,o),
(595,199,cs),
(595,342,o),
(452,386,o),
(322,386,cs),
(282,386,o),
(271,386,o),
(197,386,c),
(197,325,l),
(272,325,o),
(280,325,o),
(322,325,cs),
(414,325,o),
(497,306,o),
(497,206,cs),
(497,99,o),
(414,88,o),
(322,88,cs),
(269,88,o),
(265,88,o),
(197,88,c)
);
}
);
width = 670;
}
);
unicode = 66;
},
{
glyphname = Bmacronbelow;
layers = (
{
layerId = m01;
shapes = (
{
ref = B;
},
{
pos = (30,0);
ref = macronbelowcomb.case;
}
);
width = 670;
}
);
unicode = 7686;
},
{
glyphname = C;
layers = (
{
anchors = (
{
name = bottom;
pos = (356,0);
},
{
name = top;
pos = (354,726);
}
);
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(466,-16,o),
(540,12,o),
(611,72,c),
(556,143,l),
(497,94,o),
(442,74,o),
(371,74,cs),
(241,74,o),
(167,176,o),
(167,352,cs),
(167,531,o),
(238,636,o),
(355,636,cs),
(434,636,o),
(486,596,o),
(522,525,c),
(602,565,l),
(552,672,o),
(473,726,o),
(354,726,cs),
(172,726,o),
(68,587,o),
(68,352,cs),
(68,119,o),
(178,-16,o),
(371,-16,cs)
);
}
);
width = 688;
}
);
unicode = 67;
},
{
glyphname = Cacute;
layers = (
{
layerId = m01;
shapes = (
{
ref = C;
},
{
pos = (44,16);
ref = acutecomb.case;
}
);
width = 688;
}
);
unicode = 262;
},