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: 

Adjusting Font size on Zebra Printing of Labels using SAP Script

former_member530652
Participant
0 Kudos

Hi,

I am trying to add 3 fields in the existing label. This label is created in SAP Script using Zebra Printing Language.

I have added fields in the SAP Script but font in the output is too large than existing fields and BOLD.

Existing field code:

^FT27,280^A0N,42,40^FH\^FDField1:^FS

New field code:

^FT27,335^A0N,42,130^FH\^FDField2:^FS

Please suggest if any changes are required in the New field code, however I have written it in the same manner of the existing code and changed only X & Y axis parameters.

Thank you.

2 REPLIES 2

former_member530652
Participant
0 Kudos

Hi Experts,

I have tried changing the font width and height but still it is giving me same output as earlier. It seems changing height and width in SAP Script is not working here, below is the changed line.

^FT27,335^A0N,25,70^FH\^FDField2:^FS

Please can I request you to share your views re. this issue.

Thank You.

former_member530652
Participant
0 Kudos

Hi,

Any leads on this issue will really be appreciated, I have tried everything but still stuck on it.

Thank You.