qunifont/features_qunifont.fea
2024-12-09 13:47:10 +01:00

24 lines
371 B
Plaintext

languagesystem latn dflt;
# GSUB
lookup points {
sub period period by periodcentered;
sub period period period by ellipsis;
} points;
lookup ligaturesinclusives {
sub t periodcentered e by uF4910;
} ligaturesinclusives;
# récap gsub
feature liga {
script latn;
language dflt ;
lookup points;
lookup ligaturesinclusives;
} liga;