‎2006 Aug 16 5:28 PM
Hi Friends,
I have a question regarding SAP Script. I need to change the existing font of one text to Arial Font. So I have to create a new Paragraph format while creating I couldnt find the Arial Font....
How do I achieve this...
Your help will be appreciated....
‎2006 Aug 16 11:26 PM
Hi Friends,
In a SAPscript form , I believe Paragraph formats, Character formats, Layout , Windows and Page Windows are found at the top ( below the menu bar ).
I couldnt find Windows and Page Windows in my Sapscript. As I need to edit some of the Windows & its texts is there any other way apart from going through the layout set.
Your suggestions will be appreciated....
Leo
‎2006 Aug 16 5:31 PM
You can specify the font in the Paragraph or with a Character Format.
Arial should be on the list. It is usually between ANDALE_T and CNHEI.
‎2006 Aug 16 5:31 PM
May need to install it using SE73. You can probably find the font file on your computer in C:\WINDOWS\Fonts.
‎2006 Aug 16 5:50 PM
Arial font is similar to Helvetica font in SAP.
use helvetica font family with appropriate font size
‎2006 Aug 16 6:23 PM
Hi ,
Thank you all...It has been informative and solved the problem too...
‎2006 Aug 16 11:26 PM
Hi Friends,
In a SAPscript form , I believe Paragraph formats, Character formats, Layout , Windows and Page Windows are found at the top ( below the menu bar ).
I couldnt find Windows and Page Windows in my Sapscript. As I need to edit some of the Windows & its texts is there any other way apart from going through the layout set.
Your suggestions will be appreciated....
Leo
‎2006 Aug 16 11:52 PM
I think graphical form painter turned on, turn it off usiing SE71 menu: Settings->Form painter, uncheck graphical form painter.
Regards
Sridhar