24 references to OpenTypeLayoutResult
PresentationCore (24)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
440OpenTypeLayoutResult result; 453if (result != OpenTypeLayoutResult.Success) 496if (result != OpenTypeLayoutResult.Success) 530if (result != OpenTypeLayoutResult.Success)
MS\Internal\Shaping\OpenTypeLayout.cs (20)
866internal static OpenTypeLayoutResult SubstituteGlyphs( 882if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 888if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 891if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 917return OpenTypeLayoutResult.BadFontTable; 920return OpenTypeLayoutResult.Success; 940internal static OpenTypeLayoutResult PositionGlyphs( 959if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 965if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 968if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 994return OpenTypeLayoutResult.BadFontTable; 997return OpenTypeLayoutResult.Success; 1004internal static OpenTypeLayoutResult CreateLayoutCache ( 1011return OpenTypeLayoutResult.Success; 1018internal static OpenTypeLayoutResult GetComplexLanguageList ( 1070return OpenTypeLayoutResult.Success; 1119return OpenTypeLayoutResult.Success; 1124return OpenTypeLayoutResult.BadFontTable; 1184internal OpenTypeLayoutResult Init( 1193return OpenTypeLayoutResult.Success;