MCPcopy
hub / github.com/microsoft/cascadia-code / build_font_variable

Function build_font_variable

build.py:199–205  ·  view source on GitHub ↗
(
    designspace: fontTools.designspaceLib.DesignSpaceDocument,
    name: str,
    vtt_compile: bool = True,
)

Source from the content-addressed store, hash-verified

197
198
199def build_font_variable(
200 designspace: fontTools.designspaceLib.DesignSpaceDocument,
201 name: str,
202 vtt_compile: bool = True,
203) -> None:
204 prepare_fonts(designspace, name)
205 compile_variable_and_save(designspace, vtt_compile)
206
207
208def build_font_static(

Callers

nothing calls this directly

Calls 2

prepare_fontsFunction · 0.85

Tested by

no test coverage detected