8 references to Typeface
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (8)
961GlyphTypeface glyphTypeface = run.Typeface.TryGetGlyphTypeface(); 972run.Typeface.NullFont, 1809GlyphTypeface glyphTypeface = Typeface.TryGetGlyphTypeface(); 1819Typeface.NullFont, 1872double offset = -Typeface.UnderlinePosition * EmSize; 1873double penThickness = Typeface.UnderlineThickness * EmSize; 1981return Typeface.Equals(nextRun.Typeface)