4 references to ScriptNotFound
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (4)
945
if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.
ScriptNotFound
;}
951
if (Script.IsNull) {return OpenTypeLayoutResult.
ScriptNotFound
;}
1028
if (!GposTable.IsPresent) {return OpenTypeLayoutResult.
ScriptNotFound
;}
1034
if (Script.IsNull) {return OpenTypeLayoutResult.
ScriptNotFound
;}