D | otConverters.py | 102 item = self.conv.read(self.reader, self.font, {}) 135 def readArray(self, reader, font, tableDict, count): argument 137 lazy = font.lazy and count > 8 145 l.append(self.read(reader, font, tableDict)) 151 l.font = font 162 def read(self, reader, font, tableDict): argument 166 def writeArray(self, writer, font, tableDict, values): argument 168 self.write(writer, font, tableDict, value, i) 170 def write(self, writer, font, tableDict, value, repeatIndex=None): argument 174 def xmlRead(self, attrs, content, font): argument [all …]
|