Searched defs:BaseScript (Results 1 – 1 of 1) sorted by relevance
288 struct BaseScript struct290 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max()296 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()299 bool has_values () const { return baseValues; } in has_values()300 …ool has_min_max () const { return defaultMinMax; /* TODO What if only per-language is present? */ } in has_min_max()302 bool sanitize (hb_sanitize_context_t *c) const in sanitize()313 baseValues; /* Offset to BaseValues table, from beginning316 defaultMinMax; /* Offset to MinMax table, from beginning of319 baseLangSysRecords;