6 references to TextFormattingMode
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
112
: this(settings.
TextFormattingMode
, settings.Pap.Justify, settings.TextSource.PixelsPerDip)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
112
settings.
TextFormattingMode
,
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
339
_height = formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.
TextFormattingMode
)), PixelsPerDip);
340
_baselineOffset = formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.Baseline(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.
TextFormattingMode
)), PixelsPerDip);
940
if (_settings.
TextFormattingMode
== TextFormattingMode.Ideal)
975
_settings.
TextFormattingMode