8 references to Typeface
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (8)
932
GlyphTypeface glyphTypeface = run.
Typeface
.TryGetGlyphTypeface();
943
run.
Typeface
.NullFont,
1778
GlyphTypeface glyphTypeface =
Typeface
.TryGetGlyphTypeface();
1788
Typeface
.NullFont,
1841
double offset = -
Typeface
.UnderlinePosition * EmSize;
1842
double penThickness =
Typeface
.UnderlineThickness * EmSize;
1950
return
Typeface
.Equals(nextRun.
Typeface
)