‎2006 Apr 19 4:31 PM
Dear Members,
I have use Font Arial 5 and Font Size 5 in SAP Script, SAP gives me error and says Arial 5 is not SAP Font.
I am able to use Arial 6,
The same issue, I am facing with Courier 9, I am able to use Courier 10.
Please suggest me, How can I use Arial 5, Courier 9 and so on ...
Regards
Venkat.
‎2006 Apr 19 4:51 PM
Hi Venkat,
search in forum with " SAP script : Arial Font ??????? " keyword where you have following reply from one of the members.
==========================================================
Arial fonts are not available in SAP, you have to install them.
Use transaction SE73 to install new font.
If you install True Type Arial font, your work will be easier. In you PC, under Control Panel-->font folder, you will find Arial (True Type) font.
This will only install Arial font in sap. After installiing Arial font, you need to create all different size and type of Arial font, like size 9, 10, 11, 12 with BOLD, Italic feature. You can do this in SE73 inself once you install Arial True type font. It is not required to install all size and type of arial font. Just install Arial (True Type) font and set it for different size and configuration.
==========================================================
hope this helps you.
vicky
‎2006 Apr 19 4:39 PM
Hi Venkat,
The font must be uploaded in the system to use them in sapscript. All fonts may not be available in your system.
Upload it before using them in scripts.
Cheers
VJ
‎2006 Apr 19 4:41 PM
‎2006 Apr 19 4:51 PM
Hi Venkat,
search in forum with " SAP script : Arial Font ??????? " keyword where you have following reply from one of the members.
==========================================================
Arial fonts are not available in SAP, you have to install them.
Use transaction SE73 to install new font.
If you install True Type Arial font, your work will be easier. In you PC, under Control Panel-->font folder, you will find Arial (True Type) font.
This will only install Arial font in sap. After installiing Arial font, you need to create all different size and type of Arial font, like size 9, 10, 11, 12 with BOLD, Italic feature. You can do this in SE73 inself once you install Arial True type font. It is not required to install all size and type of arial font. Just install Arial (True Type) font and set it for different size and configuration.
==========================================================
hope this helps you.
vicky
‎2006 Apr 19 5:10 PM
Dear Vicky and Others,
I have installed Arial font using Se73, But I am unable to Use Font 5, I Am able to use 6.
I have just realized that I am unable to use any odd font Size, i,e 5 , 7 , 9 , 11 ...
please see and let me know, how can I use Arial 5 and Courier 9 in my Script.
Thanks & Regards
Venkat.
‎2006 Apr 20 9:04 PM
I have solved it on my own.
We have to create font for every size, that can be done in Se73 and Select your fonts by clicking display and then Click on Create icon. Where in you can enter font size .. Font Size in enter as 050 for 5 pt.
this is, My Approch and couls solve it, There might be other ways for doing it.
Thanking you.
Venkat.