2 implementations of LineSpacing
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
467
double IFontFamily.
LineSpacing
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
154
public double
LineSpacing
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
2 references to LineSpacing
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
172
return GetFirstFontFamily().
LineSpacing
(emSize, toReal, pixelsPerDip, textFormattingMode);
Core\CSharp\System\Windows\Media\Typeface.cs (1)
296
return CachedTypeface.FirstFontFamily.
LineSpacing
(emSize, toReal, pixelsPerDip, textFormattingMode);