From 7e7875001f9807fbc98bfefd8e4c199366f31031 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 9 Dec 2024 15:01:08 +0100 Subject: [PATCH] test uppercase ligature --- .gitignore | 1 - features_qunifont.fea | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3abf9da..0cfa48e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ *.swp *.swo unifont - diff --git a/features_qunifont.fea b/features_qunifont.fea index aac7d10..368f18d 100644 --- a/features_qunifont.fea +++ b/features_qunifont.fea @@ -1,18 +1,29 @@ languagesystem latn dflt; -# GSUB + +# lowercases to uppercases + +feature case{ + sub t_e by T_E; +} case; + + + +# gsub lookup points { sub period period by periodcentered; - sub period period period by ellipsis; + #sub period period period by ellipsis; } points; lookup ligaturesinclusives { - sub t periodcentered e by uF4910; + sub t periodcentered e by uF4910; # t_e + sub T periodcentered E by uF4810; # T_E } ligaturesinclusives; + # récap gsub feature liga {