Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

2010-05-04 Thread Venkat Reddy

Hi,

I hope, you are getting this problem with FOP 0.95 version.

have you tried with FOPTrunk version? There are so much of functional 
changes in this area added into trunk version.


Please try with the trunk version and see if you are able to solve this 
problem..


Venkat.

Lucian Opris wrote:

Hi,
Could someone please let me know why webdings and windings symbols contained
into a svg are not showing fine in the PDF? Actually I got on error saying :
Created transformer (ClientThreadFOP95.java:895)
(Location of error unknown)java.lang.RuntimeException: TrueType font
is not supported: file:///nas/web/fonts/webdings.ttf

This is what I have in fop95.xconf

directory recursive=true/nas/web/fonts/directory
   auto-detect/
   use-cachetrue/use-cache

font kerning=yes embed-url=file:///nas/web/fonts/webdings.ttf
  font-triplet name=Webdings style=normal weight=normal/
   /font

   font kerning=yes embed-url=file:///nas/web/fonts/wingding.ttf
  font-triplet name=Wingdings style=normal weight=normal/
   /font

   font kerning=yes embed-url=file:///nas/web/fonts/WINGDNG2.TTF
  font-triplet name=Wingdings2 style=normal weight=normal/
   /font

Thanks
Lucian Opris



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


  



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



RE: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

2010-05-04 Thread Lucian Opris
Hi,
Yes, that's correct I got this error with fop0.95. I don't think I have to
test on trunk- I need to have it work in 2 days.
I've even tried to create the xml metric file  and it failed.
java -classpath
build/fop.jar:lib/avalon-framework-4.2.0.jar:lib/commons-logging-1.0.4.jar:l
ib/commons-io-1.3.1.jar:lib/xmlgraphics-commons-1.3.1.jar
org.apache.fop.fonts.apps.TTFReader  /nas/web/fonts/wingding.ttf
/nas/web/fonts/wingding.xml
TTF Reader for Apache FOP 0.95

Parsing font...
Reading /nas/web/fonts/wingding.ttf...
Unsupported TrueType font: Unicode cmap table not present. Aborting

Is there out a commercial version which would work? Like type 1 version.

Thanks
Lucian Opris

-Original Message-
From: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com] 
Sent: Tuesday, May 04, 2010 9:45 AM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

Hi,

I hope, you are getting this problem with FOP 0.95 version.

have you tried with FOPTrunk version? There are so much of functional 
changes in this area added into trunk version.

Please try with the trunk version and see if you are able to solve this 
problem..

Venkat.

Lucian Opris wrote:
 Hi,
 Could someone please let me know why webdings and windings symbols
contained
 into a svg are not showing fine in the PDF? Actually I got on error saying
:
 Created transformer (ClientThreadFOP95.java:895)
 (Location of error unknown)java.lang.RuntimeException: TrueType
font
 is not supported: file:///nas/web/fonts/webdings.ttf

 This is what I have in fop95.xconf

 directory recursive=true/nas/web/fonts/directory
auto-detect/
use-cachetrue/use-cache

 font kerning=yes embed-url=file:///nas/web/fonts/webdings.ttf
   font-triplet name=Webdings style=normal weight=normal/
/font

font kerning=yes embed-url=file:///nas/web/fonts/wingding.ttf
   font-triplet name=Wingdings style=normal weight=normal/
/font

font kerning=yes embed-url=file:///nas/web/fonts/WINGDNG2.TTF
   font-triplet name=Wingdings2 style=normal weight=normal/
/font

 Thanks
 Lucian Opris



 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


   


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

2010-05-04 Thread Chris Bowditch

Lucian Opris wrote:

Hi,


Hi Lucian,


Could someone please let me know why webdings and windings symbols contained
into a svg are not showing fine in the PDF? Actually I got on error saying :
Created transformer (ClientThreadFOP95.java:895)
(Location of error unknown)java.lang.RuntimeException: TrueType font
is not supported: file:///nas/web/fonts/webdings.ttf


FOP 0.95 and earlier only supports True Type Fonts with CMap table. 
Symbol fonts such as Wingdings and Webdings do not have CMap table. Some 
 support for True Type Fonts without CMap tables has been added to FOP 
Trunk, see the first entry at [1]


So as Venkat already suggested please download and build the trunk 
version to see if your problem is resolved there.


Thanks,

Chris


[1] 
http://xmlgraphics.apache.org/fop/changes.html#Changes+to+the+Font+Subsystem


snip/

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

2010-05-04 Thread Chris Bowditch

Lucian Opris wrote:

Hi,


Hi Lucian,


Yes, that's correct I got this error with fop0.95. I don't think I have to
test on trunk- I need to have it work in 2 days.


Of course, you don't *have* to do anything. However, we believe it will 
work with the trunk version so why not try it? You will be able to 
download and compile it in less than 2 days.



I've even tried to create the xml metric file  and it failed.
java -classpath
build/fop.jar:lib/avalon-framework-4.2.0.jar:lib/commons-logging-1.0.4.jar:l
ib/commons-io-1.3.1.jar:lib/xmlgraphics-commons-1.3.1.jar
org.apache.fop.fonts.apps.TTFReader  /nas/web/fonts/wingding.ttf
/nas/web/fonts/wingding.xml
TTF Reader for Apache FOP 0.95

Parsing font...
Reading /nas/web/fonts/wingding.ttf...
Unsupported TrueType font: Unicode cmap table not present. Aborting


Yes that error is to be expected in FOP 0.95 whether creating metrics or 
using the font without metrics will result in the same problem: No CMAP 
table.




Is there out a commercial version which would work? Like type 1 version.


wingding.ttf is a commercial font supplied by Microsoft. If you need an 
alternative version you will need to speak to a font provider, but if 
they don't have an off the shelf solution it will take more than 2 days 
to develop the font.


Thanks,

Chris



Thanks
Lucian Opris

-Original Message-
From: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com] 
Sent: Tuesday, May 04, 2010 9:45 AM

To: fop-users@xmlgraphics.apache.org
Subject: Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

Hi,

I hope, you are getting this problem with FOP 0.95 version.

have you tried with FOPTrunk version? There are so much of functional 
changes in this area added into trunk version.


Please try with the trunk version and see if you are able to solve this 
problem..


Venkat.

Lucian Opris wrote:

Hi,
Could someone please let me know why webdings and windings symbols

contained

into a svg are not showing fine in the PDF? Actually I got on error saying

:

Created transformer (ClientThreadFOP95.java:895)
(Location of error unknown)java.lang.RuntimeException: TrueType

font

is not supported: file:///nas/web/fonts/webdings.ttf

This is what I have in fop95.xconf

directory recursive=true/nas/web/fonts/directory
   auto-detect/
   use-cachetrue/use-cache

font kerning=yes embed-url=file:///nas/web/fonts/webdings.ttf
  font-triplet name=Webdings style=normal weight=normal/
   /font

   font kerning=yes embed-url=file:///nas/web/fonts/wingding.ttf
  font-triplet name=Wingdings style=normal weight=normal/
   /font

   font kerning=yes embed-url=file:///nas/web/fonts/WINGDNG2.TTF
  font-triplet name=Wingdings2 style=normal weight=normal/
   /font

Thanks
Lucian Opris



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


  



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org






-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Wingdings, WINDINGS 2 WINGDINGS 3 and webdings

2010-05-04 Thread Martin Edge
You can also find a font converter to convert the font into something  
better like type1, just be aware there may be license implications in  
doing so.


I've used transtype from fontlabs quite successfully

Martin

On 05/05/2010, at 12:19 AM, Chris Bowditch  
bowditch_ch...@hotmail.com wrote:



Lucian Opris wrote:

Hi,


Hi Lucian,

Could someone please let me know why webdings and windings symbols  
contained
into a svg are not showing fine in the PDF? Actually I got on error  
saying :

Created transformer (ClientThreadFOP95.java:895)
   (Location of error unknown)java.lang.RuntimeException:  
TrueType font

is not supported: file:///nas/web/fonts/webdings.ttf


FOP 0.95 and earlier only supports True Type Fonts with CMap table.  
Symbol fonts such as Wingdings and Webdings do not have CMap table.  
Some  support for True Type Fonts without CMap tables has been added  
to FOP Trunk, see the first entry at [1]


So as Venkat already suggested please download and build the trunk  
version to see if your problem is resolved there.


Thanks,

Chris


[1] http://xmlgraphics.apache.org/fop/changes.html#Changes+to+the+Font+Subsystem

snip/

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org