9 references to Substituted
PresentationCore (9)
MS\Internal\Shaping\Context.cs (1)
2082
GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
MS\Internal\Shaping\OpenTypeCommon.cs (3)
405
UpdateGlyphFlags(Font,GlyphInfo,FirstGlyph,NextGlyph,true,GlyphFlags.
Substituted
);
409
UpdateGlyphFlags(Font,GlyphInfo,NextGlyph,AfterLastGlyph,true,GlyphFlags.
Substituted
);
782
FlagToSet==GlyphFlags.
Substituted
||
MS\Internal\Shaping\Substitution.cs (5)
75
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
81
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
333
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
510
(ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);
644
GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.
Substituted
);