-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I am using condition
statements, such as the one below, to designate in which parts of a design space certain features are enabled, however, I am noticing that these don't seem to be currently supported.
I am using FontGoogles to preview the correct output, however, with my current set up it becomes highly inefficient to export each test font. There is a lot of guessing and checking to determine a condition, and I am currently working on a file with a lot of sources which takes a loooong time to build.
It would be enormously more efficient if I could test the conditions set in the feature code directly through Variable Font Preview.
Is this a feature that Variable Font Preview is capable of supporting?
#ifdef VARIABLE
condition 1 < wght < 1000, 0 < SHFT < 50;
lookup Now_1 {
sub Ech-arm Now-arm' by Now-arm.long;
} Now_1;
#endif
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request