From 7f549aad054dd028872dca264a104cacf48e2f5a Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 9 Dec 2024 13:47:10 +0100 Subject: [PATCH] features tests agane --- features_qunifont.fea | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/features_qunifont.fea b/features_qunifont.fea index e2a5c75..aac7d10 100644 --- a/features_qunifont.fea +++ b/features_qunifont.fea @@ -1,27 +1,21 @@ -languagesystem DFLT dflt; languagesystem latn dflt; # GSUB lookup points { - sub \period \period by \periodcentered; + sub period period by periodcentered; + sub period period period by ellipsis; } points; lookup ligaturesinclusives { - sub \t \periodcentered \e by \uF4910; + sub t periodcentered e by uF4910; } ligaturesinclusives; # récap gsub feature liga { - - script DFLT; - language dflt ; - lookup points; - lookup ligaturesinclusives; - script latn; language dflt ; lookup points;