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

  /external/fonttools/Lib/fontTools/
ttx.py 112 allowVID = False
162 self.allowVID = True
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
214 verbose=options.verbose, allowVID=options.allowVID)
subset.py     [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 70 verbose=False, recalcBBoxes=True, allowVID=False, ignoreDecompileErrors=False,
108 If the allowVID argument is set to true, then virtual GID's are
140 self.allowVID = allowVID
542 if requireReal or not self.allowVID:
569 elif not self.allowVID:

Completed in 121 milliseconds