Beispiel #1
0
        /// <inheritdoc/>
        public override void Justify(JustificationProperties justificationProperties)
        {
            justificationProperties.Justify(this);

            _textLineMetrics = CreateLineMetrics();
        }
Beispiel #2
0
 /// <summary>
 /// Create a justified line based on justification text properties.
 /// </summary>
 /// <param name="justificationProperties">An object that represent the justification text properties.</param>
 /// <returns>
 /// A <see cref="TextLine"/> value that represents a justified line that can be displayed.
 /// </returns>
 public abstract void Justify(JustificationProperties justificationProperties);