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