24 references to OpenTypeLayoutResult
PresentationCore (24)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
511OpenTypeLayoutResult result; 524if (result != OpenTypeLayoutResult.Success) 567if (result != OpenTypeLayoutResult.Success) 601if (result != OpenTypeLayoutResult.Success)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (20)
929internal static OpenTypeLayoutResult SubstituteGlyphs( 945if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 951if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 954if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 980return OpenTypeLayoutResult.BadFontTable; 983return OpenTypeLayoutResult.Success; 1009internal static OpenTypeLayoutResult PositionGlyphs( 1028if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 1034if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 1037if (LangSys.IsNull) {return OpenTypeLayoutResult.LangSysNotFound;} 1063return OpenTypeLayoutResult.BadFontTable; 1066return OpenTypeLayoutResult.Success; 1079internal static OpenTypeLayoutResult CreateLayoutCache ( 1086return OpenTypeLayoutResult.Success; 1099internal static OpenTypeLayoutResult GetComplexLanguageList ( 1151return OpenTypeLayoutResult.Success; 1200return OpenTypeLayoutResult.Success; 1206return OpenTypeLayoutResult.BadFontTable; 1270internal OpenTypeLayoutResult Init( 1279return OpenTypeLayoutResult.Success;