S
svm
Hi!
I'm in the process of creating an invoice-generating program in C#...
I've already written the code to produce the page using a
PrintDocument, but graphics.DrawString only accepts truetype fonts, so
i can't just use spaces (" ") to line up commas...
Basically, i would like to do something like this:
(In Denmark we use comma as decimal seperator...)
[Product name] [Price]
Some product 28,00
Another product 10,00
---------------------------
Subtotal 38,00
I hope you know what I mean, any ideas that might help me?
Thanks in advance
-Steffen Madsen
I'm in the process of creating an invoice-generating program in C#...
I've already written the code to produce the page using a
PrintDocument, but graphics.DrawString only accepts truetype fonts, so
i can't just use spaces (" ") to line up commas...
Basically, i would like to do something like this:
(In Denmark we use comma as decimal seperator...)
[Product name] [Price]
Some product 28,00
Another product 10,00
---------------------------
Subtotal 38,00
I hope you know what I mean, any ideas that might help me?
Thanks in advance
-Steffen Madsen