4 references to ScriptNotFound
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
888if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 894if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 965if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 971if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;}