9 references to Substituted
PresentationCore (9)
MS\Internal\Shaping\Context.cs (1)
2080
GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
MS\Internal\Shaping\OpenTypeCommon.cs (3)
404
UpdateGlyphFlags(Font,GlyphInfo,FirstGlyph,NextGlyph,true,GlyphFlags.
Substituted
);
408
UpdateGlyphFlags(Font,GlyphInfo,NextGlyph,AfterLastGlyph,true,GlyphFlags.
Substituted
);
781
FlagToSet==GlyphFlags.
Substituted
||
MS\Internal\Shaping\Substitution.cs (5)
74
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
80
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
332
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
509
(ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
643
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);