You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
156 B
12 lines
156 B
4 months ago
|
# https://github.com/fonttools/fonttools/issues/568
|
||
|
|
||
|
feature tst1 {
|
||
|
script latn;
|
||
|
pos T -20;
|
||
|
} tst1;
|
||
|
|
||
|
feature tst2 {
|
||
|
script cyrl;
|
||
|
pos T -80;
|
||
|
} tst2;
|