6 references to LineSpacing
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
457
lstTextMetrics.dvMultiLineHeight = (int)Math.Round(typeface.
LineSpacing
(store.Pap.EmSize, Constants.DefaultIdealToReal, store.Settings.TextSource.PixelsPerDip, fullText.TextFormattingMode));
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
335
_height = formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.
LineSpacing
(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.TextFormattingMode)), PixelsPerDip);
1365
return TextRun.Properties.Typeface.
LineSpacing
(TextRun.Properties.FontRenderingEmSize, 1, _pixelsPerDip, _textFormatterImp.TextFormattingMode);
MS\Internal\TextFormatting\TextMetrics.cs (2)
208
/ pap.DefaultTypeface.
LineSpacing
(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode)
217
_textHeight = (int)Math.Round(pap.DefaultTypeface.
LineSpacing
(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode));
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
490
return _properties.Typeface.
LineSpacing
(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);