24 references to OpenTypeLayoutResult
PresentationCore (24)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
441OpenTypeLayoutResult result; 454if (result != OpenTypeLayoutResult.Success) 497if (result != OpenTypeLayoutResult.Success) 531if (result != OpenTypeLayoutResult.Success)
MS\Internal\Shaping\OpenTypeLayout.cs (20)
867internal static OpenTypeLayoutResult SubstituteGlyphs( 883if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 889if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 892if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 918return OpenTypeLayoutResult.BadFontTable; 921return OpenTypeLayoutResult.Success; 941internal static OpenTypeLayoutResult PositionGlyphs( 960if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 966if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 969if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 995return OpenTypeLayoutResult.BadFontTable; 998return OpenTypeLayoutResult.Success; 1005internal static OpenTypeLayoutResult CreateLayoutCache ( 1012return OpenTypeLayoutResult.Success; 1019internal static OpenTypeLayoutResult GetComplexLanguageList ( 1071return OpenTypeLayoutResult.Success; 1120return OpenTypeLayoutResult.Success; 1125return OpenTypeLayoutResult.BadFontTable; 1185internal OpenTypeLayoutResult Init( 1194return OpenTypeLayoutResult.Success;