22 references to GSUB
PresentationCore (22)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
316case OpenTypeTags.GSUB: 339case OpenTypeTags.GSUB: 854case OpenTypeTags.GSUB:
MS\Internal\Shaping\Context.cs (1)
63if (TableTag == OpenTypeTags.GSUB)
MS\Internal\Shaping\OpenTypeCommon.cs (6)
227Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.GPOS); 260case OpenTypeTags.GSUB: 604return (TableTag == OpenTypeTags.GSUB && LookupType == 8); 924Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 928case OpenTypeTags.GSUB: 1025case OpenTypeTags.GSUB:
MS\Internal\Shaping\OpenTypeLayout.cs (6)
306FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 358FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 881FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 899OpenTypeTags.GSUB, 1036FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 1042OpenTypeTags.GSUB,
MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
73Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 311CreateTableCache(font, OpenTypeTags.GSUB, maxCacheSize - totalSize, out tableCacheSize); 384Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 388case OpenTypeTags.GSUB: 833Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 839case OpenTypeTags.GSUB: