Searched defs:forceChain (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/feaLib/ |
H A D | builder.py | 1250 def add_single_subst(self, location, prefix, suffix, mapping, forceChain): argument 1281 self, location, prefix, glyph, suffix, replacements, forceChain=False argument 1326 self, location, prefix, glyphs, suffix, replacement, forceChain argument 1385 def add_single_pos(self, location, prefix, suffix, pos, forceChain): argument
|
H A D | ast.py | 1050 def __init__(self, prefix, glyphs, suffix, replacement, forceChain, location=None): argument 1248 self, prefix, glyph, suffix, replacement, forceChain=False, location=None argument 1437 def __init__(self, glyphs, replace, prefix, suffix, forceChain, location=None): argument 1496 def __init__(self, pos, prefix, suffix, forceChain, location=None): argument
|