2 instantiations of ScriptTable
PresentationCore (2)
MS\Internal\Shaping\OpenTypeCommon.cs (2)
1452
return new
ScriptTable
(FontTable.InvalidOffset);
1469
return new
ScriptTable
(offset +
7 references to ScriptTable
PresentationCore (7)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
1217
ScriptTable
scriptTable = scriptList.GetScriptTable(table, scriptIndex);
1443
public
ScriptTable
FindScript(FontTable Table, uint Tag)
1467
public
ScriptTable
GetScriptTable(FontTable Table, ushort Index)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
368
ScriptTable
gsubScript = gsubHeader.GetScriptList(gsubTable).FindScript(gsubTable,ScriptTag);
386
ScriptTable
gposScript = gposHeader.GetScriptList(gposTable).FindScript(gposTable,ScriptTag);
893
ScriptTable
Script = ScriptList.FindScript(GsubTable,ScriptTag);
970
ScriptTable
Script = ScriptList.FindScript(GposTable,ScriptTag);