Home
last modified time | relevance | path

Searched refs:baseGlyphName (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DS_I_N_G_.py33 self.baseGlyphName = tostr(rest)
60 d["nameLength"] = bytechr(len(self.baseGlyphName))
68 data = data + tobytes(self.baseGlyphName)
87 writer.simpletag("baseGlyphName", value=self.baseGlyphName)
/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py1151 baseGlyphName = component.get("base")
1152 if validate and baseGlyphName is None:
1162 pen.addComponent(baseGlyphName, tuple(transformation))
1226 baseGlyphName = component.get("base")
1227 if validate and baseGlyphName is None:
1246 pen.addComponent(baseGlyphName, tuple(transformation), identifier=identifier)
1248 pen.addComponent(baseGlyphName, tuple(transformation))
/external/fonttools/Lib/fontTools/pens/
DpointPen.py46 def addComponent(self, baseGlyphName, transformation, identifier=None, argument