‎2005 Aug 03 9:34 AM
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
‎2005 Aug 03 11:13 AM
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
‎2005 Aug 03 3:45 PM
Apart from what abishek said...
u can also give the text like this
<b>print me bold</>
this wud work
Regards,
Scientila