4 references to ScriptNotFound
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
883
if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.
ScriptNotFound
;}
889
if (Script.IsNull) {return OpenTypeLayoutResult.
ScriptNotFound
;}
960
if (!GposTable.IsPresent) {return OpenTypeLayoutResult.
ScriptNotFound
;}
966
if (Script.IsNull) {return OpenTypeLayoutResult.
ScriptNotFound
;}