6 references to TextFormattingMode
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (1)
109
: this(settings.
TextFormattingMode
, settings.Pap.Justify, settings.TextSource.PixelsPerDip)
MS\Internal\TextFormatting\FullTextState.cs (1)
103
settings.
TextFormattingMode
,
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
335
_height = formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.
TextFormattingMode
)), PixelsPerDip);
336
_baselineOffset = formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.Baseline(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.
TextFormattingMode
)), PixelsPerDip);
926
if (_settings.
TextFormattingMode
== TextFormattingMode.Ideal)
961
_settings.
TextFormattingMode