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