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