Searched refs:GSUB (Results 1 – 25 of 33) sorted by relevance
12
50 # GSUB =========================================51 # Merging of GSUB is not performed. The variable52 # font will inherit the GSUB table from the56 sub A by A.sc; # GSUB LookupType 167 sub ampersand by a n d; # GSUB LookupType 271 sub a from [a.alt A.sc]; # GSUB LookupType 375 sub f t by f_t; # GSUB LookupType 479 sub a' t by a.alt; # GSUB LookupType 6
50 # GSUB =========================================51 # No merging of GSUB is performed. The variable52 # font will inherit the GSUB table from the
16 tests/GSUB-1.tests \17 tests/GSUB-2.tests \18 tests/GSUB-3.tests \
170 face->table.GSUB->table.get_length (), in is_blacklisted()396 OT::GSUB::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted()441 case HB_OT_TAG_GSUB: return *face->table.GSUB->table; in get_gsubgpos_table()1253 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()1347 return face->table.GSUB->table->has_data (); in hb_ot_layout_has_substitution()1373 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute()1376 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute()1378 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); in hb_ot_layout_lookup_would_substitute()1467 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()1490 const OT::GSUB& gsub = *face->table.GSUB->table; in hb_ot_layout_lookups_substitute_closure()[all …]
99 HB_OT_ACCELERATOR (OT, GSUB)
1497 struct GSUB : GSUBGPOS struct1513 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t; argument1517 struct GSUB_accelerator_t : GSUB::accelerator_t {};1533 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()1538 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
218 result = _subset2<const OT::GSUB> (plan); in _subset_table()
1 --drop-tables-=GSUB,GPOS
7 ``GSUB`` and ``GPOS`` tables: substitution and positioning rules, anchors,26 Low-level GSUB Table Lookup Builders
62 static const int32_t GSUB; member
48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE84 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER349 SUB | GSUB
56 { GSUB, "gsub", "gsub" },
65 { "gsub", GSUB, GSUB },
24 #GSUB:
617 otTables.GSUB.mergeMap = \1094 GSUB = font.get('GSUB')1097 for t in [GSUB, GPOS]:1117 GSUB = font.get('GSUB')1120 for t in [GSUB, GPOS]:
145 a GSUB table 1.1 in which ``FeatureVariations`` attribute is present but set to189 - [subset] When subsetting GSUB v1.1, fixed TypeError by checking whether the192 - [otlLib] Generate GSUB type 5 and GPOS type 7 contextual lookups where appropriate291 - [subset] Remove FeatureVariations table and downgrade GSUB/GPOS to version 0x10000598 does not already have a ``GSUB`` table (aa8a5bc6).822 - [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have907 - [varLib] Implemented building GSUB FeatureVariations table from the ``rules``960 - [subset] Improved GSUB closure memoize algorithm.1298 - [subset] Support GSUB/GPOS.FeatureVariations (fe01d87b).1492 - [ttx, mtiLib] Preserve ordering of glyph alternates in GSUB type 3 (#833).[all …]
39 FFTM, Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF,
55 - ``varLib.interpolate_layout``: Interpolate GDEF/GPOS/GSUB tables for a point on a designspace
123 - Fix subsetting of simple GSUB/GDEF.142 o Blacklist 'GSUB' table of fonts from 'MUTF' foundry that also have 'morx'.181 o Ignore emptyish GSUB tables (zero scripts) if morx present.297 Automatically used if GSUB/GPOS are not available respectively.299 GSUB/GPOS.812 Currently variations in GSUB/GPOS/GDEF are fully supported,1589 - Pass on variation selector to GSUB if not consumed by cmap.1675 matching GSUB/GPOS lookups,1881 - Synthetic-GSUB Arabic fallback shaping.
29 - [ ] GSUB/GDEF - to change dollar signs in the bold
349 gsub = fontTable.table = ot.GSUB()
1127 without a bar. Also, when the swapped glyphs are part of other GSUB variations
2200 [otvalid] Handle `GSUB' and `GPOS' v1.1 tables.