Lines Matching refs:scripts
185 scripts = set()
191 scripts.add(lang_to_script(lang_code))
194 for script in scripts:
202 def __init__(self, name, scripts, variant, weight, style, fallback_for, font): argument
204 self.scripts = scripts
246 scripts = {lang_to_script(lang) for lang in langs}
248 scripts = set()
278 frozenset(scripts),
299 map_scripts = scripts
312 if 'Zsye' in record.scripts]
358 if 'Zsye' in record.scripts:
368 if emoji_font_seen and (not record.scripts or 'Zsym' in record.scripts):
627 if x.scripts == record.scripts and x.variant == 'elegant']
630 record.font, record.scripts, record.fallback_for),)
655 if record.scripts.intersection(cjk_scripts):