HomeSort by relevance Sort by last modified time
    Searched refs:startGlyphID (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 23 <svgDoc endGlyphID="1" startGlyphID="1">
27 <svgDoc endGlyphID="n" startGlyphID="m">
79 startGlyphID: H
175 self.docList.append( [doc, entry.startGlyphID, entry.endGlyphID] )
194 for doc, startGlyphID, endGlyphID in self.docList:
198 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength)
240 for doc, startGlyphID, endGlyphID in self.docList:
244 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength)
254 writer.begintag("svgDoc", startGlyphID=startGID, endGlyphID=endGID)
299 startGID = int(attrs["startGlyphID"])
    [all...]
_c_m_a_p.py     [all...]

Completed in 79 milliseconds