Closed nrsiward closed 5 years ago
Waiting on CLI changes to typetuner. When those are resolved, return here and indicate that this bug is ready to go.
With the addition of tuneraliases
command to pysilfont and additional logic in smith (f512693e and 8b912e7a), we have support for TypeTuner workflow. To use, add typetuner
parameter to designspace()
function in wscript:
typetuner = typetuner('source/feat_all.xml'),
Opentype and Graphite aliases for the compiled font will be merged with any existing aliases in the feat_all.xml
.
You also need a mapfile
parameter to your opentype fea() object.
Add a TypeTuner class,
tt
, which can be passed as the value of thetypetuner
parameter for thefont
class. For example:The presence of the tt object will:
See Font Workflow 167 TypeTuner for details.