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