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