20 references to GPOS
PresentationCore (20)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
383
case OpenTypeTags.
GPOS
:
405
case OpenTypeTags.
GPOS
:
954
case OpenTypeTags.
GPOS
:
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (5)
243
Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.
GPOS
);
431
case OpenTypeTags.
GPOS
:
959
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
970
case OpenTypeTags.
GPOS
:
1128
case OpenTypeTags.
GPOS
:
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (6)
376
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
433
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
1027
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
1045
OpenTypeTags.
GPOS
,
1118
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
1137
OpenTypeTags.
GPOS
,
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
87
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
353
CreateTableCache(font, OpenTypeTags.
GPOS
, maxCacheSize - totalSize, out tableCacheSize);
430
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
441
case OpenTypeTags.
GPOS
:
888
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
949
case OpenTypeTags.
GPOS
: