features tests agane

This commit is contained in:
emile 2024-12-09 13:47:10 +01:00
parent 4410c1003c
commit 7f549aad05

View File

@ -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;