22 references to GSUB
PresentationCore (22)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
317case OpenTypeTags.GSUB: 340case OpenTypeTags.GSUB: 855case OpenTypeTags.GSUB:
MS\Internal\Shaping\Context.cs (1)
65if (TableTag == OpenTypeTags.GSUB)
MS\Internal\Shaping\OpenTypeCommon.cs (6)
228Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.GPOS); 261case OpenTypeTags.GSUB: 605return (TableTag == OpenTypeTags.GSUB && LookupType == 8); 925Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 929case OpenTypeTags.GSUB: 1026case OpenTypeTags.GSUB:
MS\Internal\Shaping\OpenTypeLayout.cs (6)
307FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 359FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 882FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 900OpenTypeTags.GSUB, 1037FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 1043OpenTypeTags.GSUB,
MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
74Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 312CreateTableCache(font, OpenTypeTags.GSUB, maxCacheSize - totalSize, out tableCacheSize); 385Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 389case OpenTypeTags.GSUB: 834Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.GPOS); 840case OpenTypeTags.GSUB: