From 5d3828d7e1e29597714d3192d3db8f6d089dbe13 Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 18 Jan 2022 22:47:28 +0300 Subject: Adds some missing OpenType SALT mappings (#406) --- src/features/salt.fea | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/features') diff --git a/src/features/salt.fea b/src/features/salt.fea index 2d3fc9621..7f17a3c6b 100644 --- a/src/features/salt.fea +++ b/src/features/salt.fea @@ -2,12 +2,20 @@ sub one by one.ss01; sub one.tf by one.tf.ss01; sub three by three.1; sub three.tf by three.1.tf; +sub three.squared by three.1.squared; +sub three.circled by three.1.circled; sub four by four.ss01; sub four.tf by four.tf.ss01; +sub four.squared by four.ss01.squared; +sub four.circled by four.ss01.circled; sub six by six.ss01; sub six.tf by six.tf.ss01; +sub six.squared by six.ss01.squared; +sub six.circled by six.ss01.circled; sub nine by nine.ss01; sub nine.tf by nine.tf.ss01; +sub nine.squared by nine.ss01.squared; +sub nine.circled by nine.ss01.circled; sub a by a.1; sub aacute by aacute.1; @@ -40,6 +48,7 @@ sub aring by aring.1; sub aringacute by aringacute.1; sub aringbelow by aringbelow.1; sub atilde by atilde.1; +sub acyrillic by a.1; # acyrillic is just a reference to /a sub l by l.ss02; sub lslash by lslash.ss02; -- cgit v1.2.3