Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

writing vertical texts in sapscript

Former Member
0 Likes
511

In SAPscript/sartor, is it possible to enter texts vertically? if yes, then please let me know how it is done along with some sample code.

In SAPscript/sartor, is it possible to enter texts vertically? if yes, then please let me know how it is done along with some sample code.

1 REPLY 1
Read only

Former Member
0 Likes
429

Hi,

It is possible, but you have to use a trick. I hope it is just one line and not several lines.

First you have to find a font which prints the characters vertically. Install this font on your SAP system. Now you can print one letter at a time and each letter on a next line. This looks like the text is vertically printed. If you use a separate paragraph you can use line spacing to set the distance between your characters.

I remember it took me quite some time to get the font to work and it I had to install the font in windows as well. In other words I could only print the vertical characters through my SAP local printer. I recall the name of the true type font was Aachen Vertical.

Good luck,

Marcel