Searched refs:buildColrV1 (Results 1 – 5 of 5) sorted by relevance
2 from fontTools.colorLib.builder import buildColrV1208 layersV1, baseGlyphsV1 = buildColrV1(TEST_COLOR_GLYPHS)
995 layers, baseGlyphs = builder.buildColrV1(colorGlyphs, glyphMap)1001 layers, baseGlyphs = builder.buildColrV1(colorGlyphs)1023 layers, baseGlyphs = builder.buildColrV1(colorGlyphs)
223 colr.LayerV1List, colr.BaseGlyphV1List = buildColrV1(colorGlyphsV1, glyphMap)564 def buildColrV1( function
2032 from fontTools.colorLib.builder import buildColrV1, populateCOLRv02039 self.table.LayerV1List, self.table.BaseGlyphV1List = buildColrV1(
46 data structure; it does the reverse of ``buildColrV1`` (#2171).