Home
last modified time | relevance | path

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

/external/fonttools/Tests/feaLib/
Dparser_test.py532 """, followIncludes=False)
546 """, followIncludes=False)
1843 def parse(self, text, glyphNames=GLYPHNAMES, followIncludes=True): argument
1845 p = Parser(featurefile, glyphNames, followIncludes=followIncludes)
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py45 self, featurefile, glyphNames=(), followIncludes=True, includeDir=None, **kwargs argument
73 lexerClass = IncludingLexer if followIncludes else NonIncludingLexer