24 references to OpenTypeLayoutResult
PresentationCore (24)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
453OpenTypeLayoutResult result; 466if (result != OpenTypeLayoutResult.Success) 509if (result != OpenTypeLayoutResult.Success) 543if (result != OpenTypeLayoutResult.Success)
MS\Internal\Shaping\OpenTypeLayout.cs (20)
872internal static OpenTypeLayoutResult SubstituteGlyphs( 888if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 894if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 897if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 923return OpenTypeLayoutResult.BadFontTable; 926return OpenTypeLayoutResult.Success; 946internal static OpenTypeLayoutResult PositionGlyphs( 965if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 971if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 974if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 1000return OpenTypeLayoutResult.BadFontTable; 1003return OpenTypeLayoutResult.Success; 1010internal static OpenTypeLayoutResult CreateLayoutCache ( 1017return OpenTypeLayoutResult.Success; 1024internal static OpenTypeLayoutResult GetComplexLanguageList ( 1076return OpenTypeLayoutResult.Success; 1125return OpenTypeLayoutResult.Success; 1130return OpenTypeLayoutResult.BadFontTable; 1190internal OpenTypeLayoutResult Init( 1199return OpenTypeLayoutResult.Success;