Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
DcffLib.py367 def __init__(self, file=None, globalSubrs=None, private=None, fdSelect=None, fdArray=None): argument
371 if fdSelect:
372 self.fdSelect = fdSelect
380 private = self.fdArray[self.fdSelect[index]].Private
409 sel = self.fdSelect[index]
499 def __init__(self, file, charset, globalSubrs, private, fdSelect, fdArray): argument
501 self.charStringsIndex = SubrsIndex(file, globalSubrs, private, fdSelect, fdArray)
511 if fdSelect is not None:
512 self.fdSelect = fdSelect
550 sel = self.fdSelect[index] # index is not defined at this point. Read R. ?
[all …]