features tests agane
This commit is contained in:
parent
4410c1003c
commit
7f549aad05
@ -1,27 +1,21 @@
|
|||||||
languagesystem DFLT dflt;
|
|
||||||
languagesystem latn dflt;
|
languagesystem latn dflt;
|
||||||
|
|
||||||
|
|
||||||
# GSUB
|
# GSUB
|
||||||
|
|
||||||
lookup points {
|
lookup points {
|
||||||
sub \period \period by \periodcentered;
|
sub period period by periodcentered;
|
||||||
|
sub period period period by ellipsis;
|
||||||
} points;
|
} points;
|
||||||
|
|
||||||
lookup ligaturesinclusives {
|
lookup ligaturesinclusives {
|
||||||
sub \t \periodcentered \e by \uF4910;
|
sub t periodcentered e by uF4910;
|
||||||
} ligaturesinclusives;
|
} ligaturesinclusives;
|
||||||
|
|
||||||
|
|
||||||
# récap gsub
|
# récap gsub
|
||||||
|
|
||||||
feature liga {
|
feature liga {
|
||||||
|
|
||||||
script DFLT;
|
|
||||||
language dflt ;
|
|
||||||
lookup points;
|
|
||||||
lookup ligaturesinclusives;
|
|
||||||
|
|
||||||
script latn;
|
script latn;
|
||||||
language dflt ;
|
language dflt ;
|
||||||
lookup points;
|
lookup points;
|
||||||
|
Loading…
Reference in New Issue
Block a user