Application Development 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: 

SAP Script Font Problem

Former Member
0 Kudos

Hi,

I am using Arial font Bold in my sap script.

However, the problem is the bold font doesnt appear on Print preview as well as printing.

Other fonts appear as expected.

I have created the bold and required size of font through SE73 .Is there some other way to do so.

Thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Hi Amrita,

It should work if u have given it in proper format . You need to create a character string for eg as C1 and check it as BOLD .Then write the same in the sapscript as <C1> the text for bold </C1> .

Regards

Abhishek

Former Member
0 Kudos

Apart from what abishek said...

u can also give the text like this

<b>print me bold</>

this wud work

Regards,

Scientila