MCPcopy
hub / github.com/belluzj/fantasque-sans / build

Function build

Scripts/fontbuilder.py:125–126  ·  view source on GitHub ↗
(dstdir, font)

Source from the content-addressed store, hash-verified

123 )
124
125def build(dstdir, font):
126 _build(dstdir, font, permutations())
127
128def build_batch(dstdir, font, total_nodes, node_number):
129 # Starting at (i) node_number, build option every (n) total_nodes

Callers

nothing calls this directly

Calls 2

_buildFunction · 0.85
permutationsFunction · 0.85

Tested by

no test coverage detected