cancel
Showing results for 
Search instead for 
Did you mean: 

Rotation of Text in Smartforms

Former Member
0 Kudos

Dear All,

I want to rotate output text in Smartforms. How I can do this.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member76372
Participant
0 Kudos

I hvae never tried/encountered this requirement before in smartforms. If the text is fixed, might as well make a BMP image out of it in an orientation you wish to display. If not, then this is a limitation that cannot be done using smartforms.

Former Member
0 Kudos

ok edwin

Former Member
0 Kudos

Hi Robbin,

if the text is not fix you can do the following and you want to display text rotated by 90° try the following:

1. Upload bitmaps for every letter of the alphabet and name it accordingly a.bmp, b.bmp, etc.

2. Add some coding to split the text you want to display into a table

3. loop the table and display the images

Not nice, but works 😉

Cheers

Uli