9 references to Substituted
PresentationCore (9)
Core\CSharp\MS\Internal\Shaping\Context.cs (1)
2185
GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (3)
420
UpdateGlyphFlags(Font,GlyphInfo,FirstGlyph,NextGlyph,true,GlyphFlags.
Substituted
);
424
UpdateGlyphFlags(Font,GlyphInfo,NextGlyph,AfterLastGlyph,true,GlyphFlags.
Substituted
);
808
FlagToSet==GlyphFlags.
Substituted
||
Core\CSharp\MS\Internal\Shaping\Substitution.cs (5)
88
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
94
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
361
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
549
(ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
693
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);