Searched refs:fallback_for (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 202 def __init__(self, name, scripts, variant, weight, style, fallback_for, font): argument 208 self.fallback_for = fallback_for 262 fallback_for = child.get('fallbackFor') 264 assert not name or not fallback_for, ( 266 assert not fallback_for or fallback_for in _fallback_chains, ( 267 'Unknown fallback name: %s' % fallback_for) 282 fallback_for, 287 if not fallback_for: 294 _fallback_chains[fallback_for].append(record) 630 record.font, record.scripts, record.fallback_for),)
|