Home
last modified time | relevance | path

Searched refs:FeatureTableSubstitution (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py408 fvr.FeatureTableSubstitution = ot.FeatureTableSubstitution()
409 fvr.FeatureTableSubstitution.Version = 0x00010000
410 fvr.FeatureTableSubstitution.SubstitutionRecord = substitutionRecords
459 for ftsr in fvr.FeatureTableSubstitution.SubstitutionRecord:
Dmutator.py278 assert record.FeatureTableSubstitution.Version == 0x00010000
279 for rec in record.FeatureTableSubstitution.SubstitutionRecord:
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh1885 friend struct FeatureTableSubstitution;
1900 struct FeatureTableSubstitution struct
1944 LOffsetTo<FeatureTableSubstitution>
/external/fonttools/Lib/fontTools/subset/
D__init__.py1280 @_add_method(otTables.FeatureTableSubstitution)
1289 return sum((f.FeatureTableSubstitution.subset_lookups(lookup_indices)
1296 for r in vr.FeatureTableSubstitution.SubstitutionRecord
1299 @_add_method(otTables.FeatureTableSubstitution)
1311 if r.FeatureTableSubstitution.subset_features(feature_indices)]