2
0

features.fea 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. # Prefix: Languagesystems
  2. # automatic
  3. languagesystem DFLT dflt;
  4. languagesystem latn dflt;
  5. languagesystem latn ROM;
  6. languagesystem latn MOL;
  7. feature aalt {
  8. # automatic
  9. feature locl;
  10. feature subs;
  11. feature sinf;
  12. feature sups;
  13. feature frac;
  14. feature ordn;
  15. feature case;
  16. } aalt;
  17. feature locl {
  18. # automatic
  19. script latn;
  20. language ROM;
  21. sub Scedilla by Scommaaccent;
  22. sub scedilla by scommaaccent;
  23. language MOL;
  24. sub Scedilla by Scommaaccent;
  25. sub scedilla by scommaaccent;
  26. } locl;
  27. feature subs {
  28. # automatic
  29. sub zero by zero.subs;
  30. sub one by one.subs;
  31. sub two by two.subs;
  32. sub three by three.subs;
  33. sub four by four.subs;
  34. sub five by five.subs;
  35. sub six by six.subs;
  36. sub seven by seven.subs;
  37. sub eight by eight.subs;
  38. sub nine by nine.subs;
  39. } subs;
  40. feature sinf {
  41. # automatic
  42. sub zero by zero.subs;
  43. sub one by one.subs;
  44. sub two by two.subs;
  45. sub three by three.subs;
  46. sub four by four.subs;
  47. sub five by five.subs;
  48. sub six by six.subs;
  49. sub seven by seven.subs;
  50. sub eight by eight.subs;
  51. sub nine by nine.subs;
  52. } sinf;
  53. feature sups {
  54. # automatic
  55. sub one by onesuperior;
  56. sub two by twosuperior;
  57. sub three by threesuperior;
  58. sub zero by zerosuperior;
  59. sub four by foursuperior;
  60. sub five by fivesuperior;
  61. sub six by sixsuperior;
  62. sub seven by sevensuperior;
  63. sub eight by eightsuperior;
  64. sub nine by ninesuperior;
  65. } sups;
  66. feature frac {
  67. # automatic
  68. sub one slash eight by oneeighth;
  69. sub one slash four by onequarter;
  70. sub three slash eight by threeeighths;
  71. sub one slash two by onehalf;
  72. sub five slash eight by fiveeighths;
  73. sub three slash four by threequarters;
  74. sub seven slash eight by seveneighths;
  75. sub one slash three by onethird;
  76. sub two slash three by twothirds;
  77. sub one slash five by onefifth;
  78. sub two slash five by twofifths;
  79. sub three slash five by threefifths;
  80. sub four slash five by fourfifths;
  81. sub one slash six by onesixth;
  82. sub five slash six by fivesixths;
  83. } frac;
  84. feature ordn {
  85. # automatic
  86. sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
  87. sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
  88. } ordn;
  89. feature case {
  90. # automatic
  91. sub exclamdown by exclamdown.case;
  92. sub uni2E18 by uni2E18.case;
  93. sub questiondown by questiondown.case;
  94. sub uni0306 by uni0306.case;
  95. sub uni0311 by uni0311.case;
  96. sub uni030F by uni030F.case;
  97. sub uni0307 by uni0307.case;
  98. sub uni030B by uni030B.case;
  99. sub uni0304 by uni0304.case;
  100. } case;