Searched refs:allow_fallback (Results 1 – 4 of 4) sorted by relevance
183 bool allow_fallback, bool exact_style_match) const;328 bool allow_fallback, argument347 allow_fallback = true;353 if (!allow_fallback) request.flags |= fuchsia::fonts::REQUEST_FLAG_NO_FALLBACK;
258 bool allow_fallback, bool exact_style_match) const;399 bool allow_fallback, in FetchTypeface() argument427 allow_fallback = true; in FetchTypeface()435 if (!allow_fallback) flags |= fuchsia::fonts::TypefaceRequestFlags::EXACT_FAMILY; in FetchTypeface()
89 self._real_ec_handler.init(ec_file, allow_fallback=True)496 self._real_ec_handler.init(ec_file, allow_fallback=True)
252 def init(self, image_file=None, allow_fallback=False): argument274 if image_file and allow_fallback and not os.path.isfile(image_file):