Searched refs:followIncludes (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 506 """, followIncludes=False) 520 """, followIncludes=False) 1670 def parse(self, text, glyphNames=GLYPHNAMES, followIncludes=True): argument 1672 p = Parser(featurefile, glyphNames, followIncludes=followIncludes)
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 22 def __init__(self, featurefile, glyphNames=(), followIncludes=True, argument 48 lexerClass = IncludingLexer if followIncludes else NonIncludingLexer
|