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