Example #1
0
        /// <inheritdoc />
        public void Run(IOperationContext operationContext)
        {
            var tdOperation = new MoveToNextLineWithOffset(0, -1 * operationContext.GetCurrentState().FontState.Leading);

            tdOperation.Run(operationContext);
        }