22 references to GSUB
PresentationCore (22)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
377case OpenTypeTags.GSUB: 400case OpenTypeTags.GSUB: 950case OpenTypeTags.GSUB:
Core\CSharp\MS\Internal\Shaping\Context.cs (1)
80if (TableTag == OpenTypeTags.GSUB)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (6)
243Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.GPOS); 276case OpenTypeTags.GSUB: 621return (TableTag == OpenTypeTags.GSUB && LookupType == 8); 959Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 963case OpenTypeTags.GSUB: 1060case OpenTypeTags.GSUB:
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (6)
359FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 415FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 944FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 962OpenTypeTags.GSUB, 1117FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 1123OpenTypeTags.GSUB,
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
87Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 349CreateTableCache(font, OpenTypeTags.GSUB, maxCacheSize - totalSize, out tableCacheSize); 430Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 434case OpenTypeTags.GSUB: 888Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 894case OpenTypeTags.GSUB: