Re: [svg-developers] Converting True Type Fonts (ttf) to SVG fonts

2005-11-16 Thread thomas . deweese
Hi DL,

   I would suggest getting the SVN version of Batik.  There were recently 
a number of
fixes put in for dealing with 'complex' true type fonts.  Some of the 
problems you are
describing sound like they may be due to this.

  Also are you sure that Matematica1 has 'latin' chars?  By default 
ttf2svg just converts
the latin1 subset.  There is an 'auto-range' feature which causes it to 
emit all the chars
in the font, or you can specify a range to emit.  This could also be your 
problem.

svg-developers@yahoogroups.com wrote on 11/16/2005 05:58:55 AM:

> I am using Apache Batik utility ttf2svg to convert some fonts into SVG
> 
> Most ttf fonts convert via Batik ttf2svg.
> 
> 
> But other ttf fonts (such as Mathematica1) do not convert, showing just 
blank boxes 
> [ ] in the rendered character testcard. There are no glyphs seen in the 
converted svg 
> file.
> 
> Mathematica1 does render o.k. in Flash.
> 
> Are there any rules on what ttf fonts can and cannot be converted to SVG 
this way?
> 
> 
> I have noticed that if I click on the font files which do convert, they 
have 
> this at the 
> top of the typeface summary ..
> 
> Century Gothic(OpenType)
> Open Type Font, Digitally Signed, TrueTypeOutlines.
> 
> 
> But Mathematica1 just says Mathematica1(TrueType)
> 
> 
> What maths fonts can be rendered in SVG? 
> 
> I am referring to this article on SVG and typography
> 
> http://www.xml.com/pub/a/2004/05/12/svg.html?page=1
> 
> DL
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> -
> To unsubscribe send a message to: 
[EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
>  
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] Converting True Type Fonts (ttf) to SVG fonts

2005-11-16 Thread DL
On 16 Nov 2005 at 10:48, [EMAIL PROTECTED] wrote:

>    I would suggest getting the SVN version of Batik.  There were recently
> a number of
> fixes put in for dealing with 'complex' true type fonts.  Some of the
> problems you are
> describing sound like they may be due to this.

__

Thanks for the advice.

Usually, I just download the binary release from Apache site .. but I had a go 
and 
installed TortoiseSVN client .. then using TortoiseSVN, downloaded the 
batik-svn ...

I'm none too sure how to proceed from here .. 

i.e. to build batik from this SVN source to compile batik-ttf2svg.jar.

I tried build.bat .. no joy.  Any tips on compiling batik from batik-SVN?

___


>   Also are you sure that Matematica1 has 'latin' chars?  By default
> ttf2svg just converts
> the latin1 subset.  There is an 'auto-range' feature which causes it to
> emit all the chars
> in the font, or you can specify a range to emit.  This could also be your
> problem.

___

Mathematica1 contains mostly maths symbols and some latin characters (A to Z).

The standard windows font symbol.ttf in c:\windows\fonts\ is very similar to 
Mathematica1 .. and (in the old version of batik-ttf2svg.jar) this renders the 
same 
results.  Blank boxes.  See below.

[code]

 
http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"; > 






 
 !"#$%&'()*+,-./0123456789:;<>? 
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ 
`abcdefghijklmnopqrstuvwxyz|{}~ 
€‚ƒ„…†‡ˆ‰
a;‹ŒŽ‘’“”•–
;—˜™š›œžŸ 
 ¡¢£¤¥¦§¨©

a;«¬­®¯°±²³´µ¶
;·¸¹º»¼½¾¿ 
ÀÁÂÃÄÅÆÇÈÉÊ
ËÌÍÎÏÐÑÒÓÔÕÖ&
#xd7;ØÙÚÛÜÝÞß 
àáâãäåæçèé
a;ëìíîïðñòóôõö&#
xf7;øùúûüýþÿ 




[/code]
 


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] Converting True Type Fonts (ttf) to SVG fonts

2005-11-16 Thread thomas . deweese
Hi DL,

svg-developers@yahoogroups.com wrote on 11/16/2005 04:38:12 PM:

> On 16 Nov 2005 at 10:48, [EMAIL PROTECTED] wrote:
> 
> >I would suggest getting the SVN version of Batik.

> [...] using TortoiseSVN, downloaded the batik-svn ...
> i.e. to build batik from this SVN source to compile batik-ttf2svg.jar.
> 
> I tried build.bat .. no joy.  Any tips on compiling batik from 
batik-SVN?

   About all build.bat (assuming you are on windowS) should need is a JDK
installed.  Do you have a JDK (Java Developers kit)or just a JRE (Java
runtime environment)?   What happens when you try to run build.bat?

> Mathematica1 contains mostly maths symbols and some latin characters (A 
to Z).
> 
> The standard windows font symbol.ttf in c:\windows\fonts\ is very 
similar to 
> Mathematica1 .. and (in the old version of batik-ttf2svg.jar) this 
renders the same 
> results.  Blank boxes.  See below.

   I'll try and check this when I get a moment.



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/