> Yes, you can convert your TTF font to SVG using for example 
Batik's tool 
> for that, then you can use this font freely.
> There is no native edit box in SVG, but there are several 
> implementations that you can freely use.
> 

Cheers. I've read up on SVG over the last week and came across the 
Batik tools. I managed to convert the ttf to svg coordinates without 
any trouble.

I'm now wondering what my next approch should be. I have one 
requirement of SVG and that is for a textbox capable of displaying  
my Gaelic font. So I was thinking perhaps I could have a html page, 
but include SVG each time I need an edit box (or text box for that 
matter). This will allow me to have a second similar implementation 
of my webpage which doesn't bother with the Gaelic face, displaying 
it as Latin face instead. Anyway, I think this might be possible 
with xhtml but I'm having a little trouble getting SVG to display 
from within xhtml documents. I have the following code saved as a 
html document -

      <?xml version="1.0" standalone="yes"?>
      <html xmlns="http://www.w3.org/1999/xhtml";
               xmlns:svg="http://www.w3.org/2000/svg";>
      <head>
          <title xml:lang="en">Sample XHTML + SVG document</title>
      </head>
      <body>
         <svg:svg width="4cm" height="8cm" version="1.1" 
baseProfile="tiny" >
             <svg:ellipse cx="2" cy="4" rx="2" ry="1" />
         </svg:svg>
      </body>
      </html>

but the SVG does not show, 

I have the Adobe 6 driver installed and I'm attempting to view the 
document with IE6. Any ideas as to the problem?

I'd be greatful for any other advice anyone has to offer.

Thanks again,

Barry.









-----
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/
 



Reply via email to