3 overrides of Typeface
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
113
public override Typeface
Typeface
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
35
public override Typeface
Typeface
{ get { return _typeface; } }
MS\Internal\Text\TextSpanModifier.cs (1)
184
public override Typeface
Typeface
32 references to Typeface
PresentationCore (31)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
100
&& _typeface.Equals(textRunProperties.
Typeface
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
681
underlinePositionInEm = lsrun.RunProp.
Typeface
.UnderlinePosition;
682
underlineThicknessInEm = lsrun.RunProp.
Typeface
.UnderlineThickness;
780
strikeThroughPositionInEm = lsrun.RunProp.
Typeface
.StrikethroughPosition;
781
strikeThroughThicknessInEm = lsrun.RunProp.
Typeface
.StrikethroughThickness;
MS\Internal\TextFormatting\SimpleTextLine.cs (8)
1338
return TextRun.Properties.
Typeface
.Baseline(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1349
return TextRun.Properties.
Typeface
.LineSpacing(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
1355
get { return TextRun.Properties.
Typeface
; }
1581
if (settings == null || textRun == null || textRun.Properties == null || textRun.Properties.
Typeface
== null)
1586
GlyphTypeface glyphTypeface = textRun.Properties.
Typeface
.TryGetGlyphTypeface();
1610
run.TextRun.Properties.
Typeface
.GetCharacterNominalWidthsAndIdealWidth(
1665
if (!run.TextRun.Properties.
Typeface
.CheckFastPathNominalGlyphs(
1686
run.TextRun.Properties.
Typeface
.GetCharacterNominalWidthsAndIdealWidth(
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
453
if (paragraphProperties.DefaultTextRunProperties.
Typeface
== null)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
72
Typeface defaultTypeface = defaultRunProperties.
Typeface
;
MS\Internal\TextFormatting\TextProperties.cs (1)
124
get { return _paragraphProperties.DefaultTextRunProperties.
Typeface
; }
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
130
if (properties.
Typeface
== null)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (9)
186
Typeface typeface = _properties.
Typeface
;
481
return _properties.
Typeface
.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);
493
return _properties.
Typeface
.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);
505
return _properties.
Typeface
.UnderlinePosition;
517
return _properties.
Typeface
.UnderlineThickness;
529
return _properties.
Typeface
.StrikethroughPosition;
541
return _properties.
Typeface
.StrikethroughThickness;
558
return _properties.
Typeface
.Symbol;
569
return _properties.
Typeface
.TryGetGlyphTypeface();
MS\Internal\TextFormatting\TextStore.cs (1)
418
symbolTypeface = properties.
Typeface
.Symbol;
System\Windows\Media\textformatting\TextCharacters.cs (3)
112
if (textRunProperties.
Typeface
== null)
215
if (textRunProperties.
Typeface
.CheckFastPathNominalGlyphs(
249
textRunProperties.
Typeface
,
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
45
if (textRunProperties != null && textRunProperties.
Typeface
== null)
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
186
get { return _runProperties.
Typeface
; }