2 instantiations of ScriptTable
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (2)
1510
return new
ScriptTable
(FontTable.InvalidOffset);
1527
return new
ScriptTable
(offset +
7 references to ScriptTable
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (3)
1248
ScriptTable
scriptTable = scriptList.GetScriptTable(table, scriptIndex);
1501
public
ScriptTable
FindScript(FontTable Table, uint Tag)
1525
public
ScriptTable
GetScriptTable(FontTable Table, ushort Index)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (4)
419
ScriptTable
gsubScript = gsubHeader.GetScriptList(gsubTable).FindScript(gsubTable,ScriptTag);
437
ScriptTable
gposScript = gposHeader.GetScriptList(gposTable).FindScript(gposTable,ScriptTag);
950
ScriptTable
Script = ScriptList.FindScript(GsubTable,ScriptTag);
1033
ScriptTable
Script = ScriptList.FindScript(GposTable,ScriptTag);