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