Searched defs:JSTF (Results 1 – 3 of 3) sorted by relevance
196 struct JSTF struct198 enum { tableTag = HB_OT_TAG_JSTF };200 unsigned int get_script_count () const in get_script_count()202 const Tag& get_script_tag (unsigned int i) const in get_script_tag()204 unsigned int get_script_tags (unsigned int start_offset, in get_script_tags()208 const JstfScript& get_script (unsigned int i) const in get_script()210 bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index()213 bool sanitize (hb_sanitize_context_t *c) const in sanitize()222 FixedVersion<>version; /* Version of the JSTF table--initially set225 scriptList; /* Array of JstfScripts--listed
49 const int32_t Tag::JSTF = TAG('J', 'S', 'T', 'F'); member in sfntly::Tag
63 static const int32_t JSTF; member