1
0
Fork 0
pysilfont/tests/reference/psfmakefea/psfmakefea.fea

12 lines
182 B
Text
Raw Normal View History

# Main Classes
# Positioning classes and statements
@base = [A a];
@basex = [A.x a.x];
@basey = [A.y a.y];
feature alt {
sub A from [A.x A.y];
sub a from [a.x a.y];
} alt;