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