Lines Matching refs:scripts
203 scripts = set()
209 scripts.add(lang_to_script(lang_code))
212 for script in scripts:
220 def __init__(self, name, psName, scripts, variant, weight, style, fallback_for, font): argument
223 self.scripts = scripts
273 scripts = {lang_to_script(lang) for lang in langs}
275 scripts = set()
310 frozenset(scripts),
331 map_scripts = scripts
342 return [ record.font for record in _all_fonts if 'Zsye' in record.scripts ]
454 if 'Zsye' in record.scripts:
464 if emoji_font_seen and (not record.scripts or 'Zsym' in record.scripts):
713 if x.scripts == record.scripts and x.variant == 'elegant']
716 record.font, record.scripts, record.fallback_for),)
741 if record.scripts.intersection(cjk_scripts):