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