cancel
Showing results for 
Search instead for 
Did you mean: 

Font size problem in Script

Former Member
0 Kudos

Hi All,

I am getting a problem with SAP Script that even though I changed to Font size, the size is not reflecting.. Can any body help me what is the problem?

I have changed 3 Scripts, for 2 scripts the font size reflected but for 1 script it is not reflecting. I suspect this may be problem with Device type or printer setup..

Can any body tell me what to do to resolve this issue?

Thanks,

Raj

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks all for your replies.

My Actual problem is even though I have all the necessary steps for increasing the font size by using the Character Format/Paragrash format options, it is still not working in the output. But the same is working for the other 2 outputs

I am thinking that this may be problem with Printer setup or Device type.

How to check these ?

Thanks in advance,

Raj

former_member196280
Active Contributor
0 Kudos

Check whether the font family that is troubling you is loaded into SAP. Use Tcode SPAD. If not loaded it may take font size from default paragraph.

Regards,

SaiRam

Former Member
0 Kudos

Hi!

SAPScript font size is independent from this.

Check both your paragrapf and font settings in you SAPScript.

You can override the default fonts in you SAPScript texts with the following:

A1 Apple

A1

Apple</>

If your

is defined in the fonts as a "B" bold font size, then your second line will be bold.

With this way you can set the size of the text also.

Regards

Tamá

Former Member
0 Kudos

Hi Raj,

Please provide more details about your problem You have changed the font size but make sure that same paragraph format is used whereever you want to change the text size.

Regards,

Subodh

ashok_kumar24
Contributor
0 Kudos

Hi Raj

Check out the following solutions

<b>SAPScript Transaction codes

SE71 - Form painter

SE72 - Style maintenance

SE78 - SapScript Graphics Management

SO10 - Create standard text module

You can have different font on the same line by defining a character format.

For example B for bold text and U for Underline.

In your SAPScript apply like this :

<U>Underline Text</> <B>Bold Text</></b>

Good Luck and thanks

AK