8 references to Typeface
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (8)
947GlyphTypeface glyphTypeface = run.Typeface.TryGetGlyphTypeface(); 958run.Typeface.NullFont, 1789GlyphTypeface glyphTypeface = Typeface.TryGetGlyphTypeface(); 1799Typeface.NullFont, 1852double offset = -Typeface.UnderlinePosition * EmSize; 1853double penThickness = Typeface.UnderlineThickness * EmSize; 1961return Typeface.Equals(nextRun.Typeface)