features.fea 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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 sups;
  12. feature frac;
  13. feature ordn;
  14. feature case;
  15. feature init;
  16. feature medi;
  17. feature fina;
  18. } aalt;
  19. feature locl {
  20. # automatic
  21. script latn;
  22. language ROM;
  23. sub Scedilla by Scommaaccent;
  24. sub scedilla by scommaaccent;
  25. language MOL;
  26. sub Scedilla by Scommaaccent;
  27. sub scedilla by scommaaccent;
  28. } locl;
  29. feature subs {
  30. # automatic
  31. sub zero by zeroinferior;
  32. sub one by oneinferior;
  33. sub two by twoinferior;
  34. sub three by threeinferior;
  35. sub four by fourinferior;
  36. sub five by fiveinferior;
  37. sub six by sixinferior;
  38. sub seven by seveninferior;
  39. sub eight by eightinferior;
  40. sub nine by nineinferior;
  41. } subs;
  42. feature sups {
  43. # automatic
  44. sub one by onesuperior;
  45. sub two by twosuperior;
  46. sub three by threesuperior;
  47. sub zero by zerosuperior;
  48. sub four by foursuperior;
  49. sub five by fivesuperior;
  50. sub six by sixsuperior;
  51. sub seven by sevensuperior;
  52. sub eight by eightsuperior;
  53. sub nine by ninesuperior;
  54. } sups;
  55. feature frac {
  56. # automatic
  57. sub one slash eight by oneeighth;
  58. sub one slash four by onequarter;
  59. sub three slash eight by threeeighths;
  60. sub one slash two by onehalf;
  61. sub five slash eight by fiveeighths;
  62. sub three slash four by threequarters;
  63. sub seven slash eight by seveneighths;
  64. sub one slash three by onethird;
  65. sub two slash three by twothirds;
  66. sub one slash five by onefifth;
  67. sub three slash five by threefifths;
  68. sub four slash five by fourfifths;
  69. sub one slash six by onesixth;
  70. sub five slash six by fivesixths;
  71. } frac;
  72. feature ordn {
  73. # automatic
  74. sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
  75. sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
  76. } ordn;
  77. feature case {
  78. # automatic
  79. sub exclamdown by exclamdown.case;
  80. sub uni2E18 by uni2E18.case;
  81. sub questiondown by questiondown.case;
  82. sub uni0306 by uni0306.case;
  83. sub uni0311 by uni0311.case;
  84. sub uni030F by uni030F.case;
  85. sub uni0307 by uni0307.case;
  86. sub uni030B by uni030B.case;
  87. sub uni0304 by uni0304.case;
  88. } case;
  89. feature init {
  90. # automatic
  91. sub uni06A1 by uni06A1.init;
  92. } init;
  93. feature medi {
  94. # automatic
  95. sub uni06A1 by uni06A1.medi;
  96. } medi;
  97. feature fina {
  98. # automatic
  99. sub uni066E by uni066E.fina;
  100. sub uni06A1 by uni06A1.fina;
  101. sub uni066F by uni066F.fina;
  102. } fina;
  103. feature liga {
  104. # automatic
  105. sub f i by fi;
  106. sub f l by fl;
  107. } liga;