8 references to Typeface
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (8)
938
GlyphTypeface glyphTypeface = run.
Typeface
.TryGetGlyphTypeface();
949
run.
Typeface
.NullFont,
1784
GlyphTypeface glyphTypeface =
Typeface
.TryGetGlyphTypeface();
1794
Typeface
.NullFont,
1847
double offset = -
Typeface
.UnderlinePosition * EmSize;
1848
double penThickness =
Typeface
.UnderlineThickness * EmSize;
1956
return
Typeface
.Equals(nextRun.
Typeface
)