Is there a way to right justify the output to a printer. For example, I have an order printing out with the itemized amounts left justified so it looks like this:
Results:
900.00
45.00
1.99
I want these results justified to the right so that the decimal point is aligned:
900.00I use the printer.print method to print to the printer. How can this be done?
45.00
1.99
