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