<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi again!<br>
<blockquote
 cite="mid:416e2cf10902090803s7b4974d0i62b79a6b1723a5f@mail.gmail.com"
 type="cite">
  <pre wrap="">
To write a server-side program that generates a bitmap image of text
is fairly simple.  To write a server-side program that generates the
SVG snippets instead is more work.  However such an SVG curve
generator would be pretty cool because then you could scale the text
dynamically on the client side, change colors using CSS, and generally
have a lot of fun playing around with the SVG outlines directly on the
client side.  So it would be quite cool if someone did it.

  </pre>
</blockquote>
I migth be naïve, but couldn't you just use latex | pdf2ps | pstoedit?<br>
<br>
You still need to figure out _which_ glyphs to render, and to configure
LaTeX to use your ttf (see
<a class="moz-txt-link-freetext" href="http://xpt.sourceforge.net/techdocs/language/latex/latex33-LaTeXAndTrueTypeFont/index.html#Using_truetype_font_in_TeX">http://xpt.sourceforge.net/techdocs/language/latex/latex33-LaTeXAndTrueTypeFont/index.html#Using_truetype_font_in_TeX</a>),
but it should all be possible to wrap up in a little shell scripting...<br>
<br>
As for the glyph selection, I guess you could just assign weights to
each glyph in Unicode depending on how common it is in the languages
that use the region in question. This part could be done once, possibly
using google queries...<br>
<br>
/Egil<br>
<br>
<div class="moz-signature">-- <br>
<title>FreeCode Signature</title>
<meta http-equiv="Content-Type" content="text/html; ">
<style type="text/css">
            body {
                font-family: Helvetica, Verdana, "Tahoma MS", Arial, Sans-Serif;
                color: black;
                font-size: 11pt;
            }
            .name {
                color: #072669;
                font-weight: bold;
            }
            .pos {
                color: #cd071e;
                font-weight: bold;
            }
            .cat {
                color: #cd071e;
                font-size: 10pt;
                font-weight: normal;
            }
            .val {
                color: #072669;
                font-weight: normal;
            }
            .quote {
                color: gray;
                font-size: 9pt;
                font-weight: normal;
            }
        </style>
<span class="name">Konsulent, Fri Programvare / Free Software Consultant</span><br>
<span class="val">Mobil:</span> <span class="val">+47 - 473 44 024</span><br>
<span class="val">Telefon:</span> <span class="val">+47 - 21 53 69 00, </span><span
 class="val">Fax:</span> <span class="val">+47 - 21 53 69 09</span><br>
<span class="val">Adr:</span> <span class="val">Nydalsveien 30b, 3.
etg., 0484 Oslo</span><br>
<span class="val">Web:</span> <span class="val"><a
 href="http://www.freecode.no">www.freecode.no</a></span><br>
<a href="http://www.freecode.no" style="text-decoration: none;"><img
 style="border: medium none ; padding: 7px 0px 0px;"
 src="cid:part1.08090701.09000105@freecode.no" alt="" height="56"
 width="370"></a><br>
<pre class="quote">Check out our published Free Software @ <a
 href="http://code.freecode.no">http://code.freecode.no</a>.
</pre>
</div>
</body>
</html>