RE: Unknown Font??

2001-07-09 Thread rajeev nair

hello ,
i tried as u told by giving entire path to
embed_file.but was in vain.
i'm confused
regards
rajiv
--- "Mori, Donatella (AFIS)" <[EMAIL PROTECTED]>
wrote:
> Try with this (see embed-file):
> 
> my userconfig.xml file is:
> 
> 
> 
>  embed-file="c:\Windows\fonts\SHIVB___.ttf">
>  style="normal" weight="bold"/>
>  
> 
> 
> 
> 
> -Original Message-
> From: rajeev nair [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 09, 2001 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: Unknown Font??
> 
> 
> hello,
> 
> My font metric file is:
> 
> 
> 
> c:\Windows\fonts\SHIVB___.ttf
> 516
> 498970
> -462
> -516-462
>
69497033
>
00TYPE0
> CIDFontType2
> 0
>  ue="211" us="160"/> us="214"/> gi="195" ue="255" us="247"/> us="352"/> gi="104"
> ue="710" us="710"/> us="713"/> gi="133" ue="956" us="956"/> us="8208"/> gi="98" ue="8218" us="8218"/> us="8220"/> gi="102" ue="8225" us="8224"/> us="8230"/> gi="107" ue="8249" us="8249"/> us="8482"/> start-index="0"> w="500"/> w="334"/> w="234"/> w="529"/> w="234"/> w="390"/> w="390"/> w="390"/> w="258"/> w="445"/> w="270"/> w="223"/> w="377"/> w="574"/> w="258"/> w="305"/> w="246"/> w="3"/> w="457"/> w="410"/> w="422"/> w="3"/> w="445"/> w="506"/> w="445"/> w="436"/> w="445"/> w="2"/> w="500"/> w="12"/> w="4"/> w="682"/> w="211"/> w="637"/> w="234"/> w="316"/> w="537"/> w="2"/> w="539"/> w="436"/> w="398"/> w="293"/> w="199"/> w="457"/> w="387"/> w="387"/> w="387"/> w="445"/> w="553"/> w="457"/> w="506"/> w="258"/>
> 
> 
> my userconfig.xml file is:
> 
> 
> 
>  embed-file="SHIVB___.ttf">  name="shiva"
> style="normal" weight="bold"/>
>  
> 
> 
> 
> MY COMMAND LINE ARGUMENT IS:
> 
> java -cp
>
fop.jar;lib\w3c.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar
> org.apache.fop.apps.Fop -c conf\userconfig.xml -xsl
> demo.xsl -xml demo.xml -pdf a.pdf
> 
> where i'm going wrong.Please help me.
> regards
> rajiv
> 
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Unknown Font??

2001-07-09 Thread Se-yong, Um

In your font metric file:
c:\Windows\fonts\SHIVB___.ttf


In your userconfig.xml file:




Match font name. (I am not sure this makes a problem but ^^)



If still going wrong, make sure the path. You use Relative-path in userconfig.xml, 
starts where you run tomcat.



If still going wrong too, confirm FO: font-weight="bold" font-style="normal" 
font-family="shiva"(If you match fontname to "shiva")

Be careful case-sense.


Good luck.

--

SeYong, Um
Republic of Korea

- Original Message - 
From: "rajeev nair" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 3:59 PM
Subject: Unknown Font??


> hello,
> 
> My font metric file is:
> 
> 
> 
> c:\Windows\fonts\SHIVB___.ttf
> 516
> 498970
> -462
> -516-462
> 69497033
> 00TYPE0
> CIDFontType2
> 0
>  ue="211" us="160"/> gi="195" ue="255" us="247"/> us="352"/> ue="710" us="710"/> gi="133" ue="956" us="956"/> us="8208"/> gi="98" ue="8218" us="8218"/> us="8220"/> gi="102" ue="8225" us="8224"/> us="8230"/> gi="107" ue="8249" us="8249"/> us="8482"/> w="500"/> w="334"/> w="234"/> w="529"/> w="234"/> w="390"/> w="390"/> w="390"/> w="258"/> w="445"/> w="270"/> w="223"/> w="377"/> w="574"/> w="258"/> w="305"/> w="246"/> w="3"/> w="457"/> w="410"/> w="422"/> w="3"/> w="445"/> w="506"/> w="445"/> w="436"/> w="445"/> w="2"/> w="500"/> w="12"/> w="4"/> w="682"/> w="211"/> w="637"/> w="234"/> w="316"/> w="537"/> w="2"/> w="539"/> w="436"/> w="398"/> w="293"/> w="199"/> w="457"/> w="387"/> w="387"/> w="387"/> w="445"/> w="553"/> w="457"/> w="506"/> w="258"/>
> 
> 
> my userconfig.xml file is:
> 
> 
> 
>  embed-file="SHIVB___.ttf">  style="normal" weight="bold"/>
>  
> 
> 
> 
> MY COMMAND LINE ARGUMENT IS:
> 
> java -cp
> fop.jar;lib\w3c.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar
> org.apache.fop.apps.Fop -c conf\userconfig.xml -xsl
> demo.xsl -xml demo.xml -pdf a.pdf
> 
> where i'm going wrong.Please help me.
> regards
> rajiv
> 
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 



RE: Unknown Font??

2001-07-08 Thread Mori, Donatella (AFIS)

Try with this (see embed-file):

my userconfig.xml file is:



 
 




-Original Message-
From: rajeev nair [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 09, 2001 9:00 AM
To: [EMAIL PROTECTED]
Subject: Unknown Font??


hello,

My font metric file is:



c:\Windows\fonts\SHIVB___.ttf
516
498970
-462
-516-462
69497033
00TYPE0
CIDFontType2
0



my userconfig.xml file is:



 
 



MY COMMAND LINE ARGUMENT IS:

java -cp
fop.jar;lib\w3c.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar
org.apache.fop.apps.Fop -c conf\userconfig.xml -xsl
demo.xsl -xml demo.xml -pdf a.pdf

where i'm going wrong.Please help me.
regards
rajiv


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]