Example #1
0
            public override void VisitPresentCommand(PresentCommand presentCommand)
            {
                string text = presentCommand.ResetTextAlignment ? "[%e]" : "[%p]";

                _writer.Write(text);
            }
Example #2
0
            public override void VisitPresentCommand(PresentCommand presentCommand)
            {
                byte b = presentCommand.ResetTextAlignment ? StringSegmentCodes.Present_ResetAlignment : StringSegmentCodes.Present;

                Append(b);
            }