8 references to Typeface
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (8)
931
GlyphTypeface glyphTypeface = run.
Typeface
.TryGetGlyphTypeface();
942
run.
Typeface
.NullFont,
1777
GlyphTypeface glyphTypeface =
Typeface
.TryGetGlyphTypeface();
1787
Typeface
.NullFont,
1840
double offset = -
Typeface
.UnderlinePosition * EmSize;
1841
double penThickness =
Typeface
.UnderlineThickness * EmSize;
1949
return
Typeface
.Equals(nextRun.
Typeface
)