Searched refs:GSUB (Results 1 – 13 of 13) sorted by relevance
57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in HB_SHAPER_DATA_ENSURE_DECLARE()58 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()137 static inline const OT::GSUB&140 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); in _get_gsub()763 return &_get_gsub (face) != &OT::Null(OT::GSUB); in hb_ot_layout_has_substitution()800 OT::GSUB::substitute_start (font, buffer); in hb_ot_layout_substitute_start()915 const OT::GSUB &table;
125 struct GSUB;157 const struct OT::GSUB *gsub;
1263 struct GSUB : GSUBGPOS struct1285 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer) in substitute_start()1331 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in dispatch_recurse_func()1338 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in apply_recurse_func()
62 static const int32_t GSUB; member
48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
430 otTables.GSUB.mergeMap = otTables.GPOS.mergeMap = {802 GSUB = font.get('GSUB')805 for t in [GSUB, GPOS]:827 GSUB = font.get('GSUB')830 for t in [GSUB, GPOS]:
76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)118 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping119 of GPOS/GSUB is for now disabled)
689 - Pass on variation selector to GSUB if not consumed by cmap.775 matching GSUB/GPOS lookups,981 - Synthetic-GSUB Arabic fallback shaping.
1757 of GSUB lookups into output coverage. Otherwise, ligatures are not2533 so that we can skip glyphs that have both GSUB and GPOS data.
2313 `cmap', `BASE', and `GSUB' tables are present with the same format
1149 otv_{GPOS|GSUB|GDEF|JSTF|MATH}_validate().1719 otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
1623 (otl_jstf_validate): Add two parameters to pass GPOS and GSUB6557 support for the first GSUB lookups. Nothing that really compiles
1862 been added to validate OpenType tables (BASE, GDEF, GPOS, GSUB,