2
0

features.fea 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 sups;
  10. feature frac;
  11. feature ordn;
  12. feature locl;
  13. feature case;
  14. } aalt;
  15. feature locl {
  16. # automatic
  17. script latn;
  18. language ROM;
  19. sub Scedilla by Scommaaccent;
  20. sub scedilla by scommaaccent;
  21. language MOL;
  22. sub Scedilla by Scommaaccent;
  23. sub scedilla by scommaaccent;
  24. } locl;
  25. feature sups {
  26. # automatic
  27. sub one by onesuperior;
  28. sub two by twosuperior;
  29. sub three by threesuperior;
  30. } sups;
  31. feature frac {
  32. # automatic
  33. sub one slash eight by oneeighth;
  34. sub one slash four by onequarter;
  35. sub three slash eight by threeeighths;
  36. sub one slash two by onehalf;
  37. sub five slash eight by fiveeighths;
  38. sub three slash four by threequarters;
  39. sub seven slash eight by seveneighths;
  40. sub one slash three by onethird;
  41. sub two slash three by twothirds;
  42. } frac;
  43. feature ordn {
  44. # automatic
  45. sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
  46. sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
  47. } ordn;
  48. feature case {
  49. # automatic
  50. sub exclamdown by exclamdown.case;
  51. sub uni2E18 by uni2E18.case;
  52. sub questiondown by questiondown.case;
  53. sub uni0306 by uni0306.case;
  54. sub uni0311 by uni0311.case;
  55. sub uni030F by uni030F.case;
  56. sub uni0307 by uni0307.case;
  57. sub uni030B by uni030B.case;
  58. sub uni0304 by uni0304.case;
  59. } case;
  60. feature liga {
  61. # automatic
  62. sub f i by fi;
  63. sub f l by fl;
  64. } liga;