summaryrefslogtreecommitdiff
path: root/src/features/ss06-squared.fea
blob: b56695cf989a16e1c2b637f01ead13953eddb4e7 (plain)
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
featureNames { name "Squared characters"; };

sub A              by A.squared;
sub B              by B.squared;
sub C              by C.squared;
sub D              by D.squared;
sub E              by E.squared;
sub F              by F.squared;
sub G              by G.squared;
sub G.1            by G.1.squared;
sub H              by H.squared;
sub I              by I.squared;
sub J              by J.squared;
sub K              by K.squared;
sub L              by L.squared;
sub M              by M.squared;
sub N              by N.squared;
sub O              by O.squared;
sub P              by P.squared;
sub Q              by Q.squared;
sub R              by R.squared;
sub S              by S.squared;
sub T              by T.squared;
sub U              by U.squared;
sub V              by V.squared;
sub W              by W.squared;
sub X              by X.squared;
sub Y              by Y.squared;
sub Z              by Z.squared;
sub zero           by zero.squared;
sub one            by one.squared;
sub two            by two.squared;
sub three          by three.squared;
sub four           by four.squared;
sub five           by five.squared;
sub six            by six.squared;
sub seven          by seven.squared;
sub eight          by eight.squared;
sub nine           by nine.squared;
sub zero.slash     by zero.slash.squared;
sub one.ss01       by one.ss01.squared;
sub three.1        by three.1.squared;
sub four.ss01      by four.ss01.squared;
sub six.ss01       by six.ss01.squared;
sub nine.ss01      by nine.ss01.squared;
sub exclam         by exclam.squared;
sub question       by question.squared;
sub numbersign     by numbersign.squared;
sub hyphen         by hyphen.squared;
sub less           by less.squared;
sub greater        by greater.squared;
sub equal          by equal.squared;
sub plus           by plus.squared;
sub minus          by minus.squared;
sub fraction       by fraction.squared;
sub multiply       by multiply.squared;
sub divide         by divide.squared;
sub upArrow        by upArrow.squared;
sub downArrow      by downArrow.squared;
sub downArrowToBar by downArrowToBar.squared;
sub leftArrow      by leftArrow.squared;
sub rightArrow     by rightArrow.squared;
sub dngb_check     by dngb_check.squared;
sub dngb_ballotx   by dngb_ballotx.squared;

sub hyphen.case    by hyphen.squared;
sub less.case      by less.squared;
sub greater.case   by greater.squared;
sub equal.case     by equal.squared;
sub plus.case      by plus.squared;
sub minus.case     by minus.squared;
sub multiply.case  by multiply.squared;
sub divide.case    by divide.squared;
sub leftArrow.case by leftArrow.squared;
sub rightArrow.case by rightArrow.squared;