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