Here is a little font browser I made to try and typeset match my designers font from the pack of 1300+ fdb I found on google: <? $m = new SWFMovie(); $m->setBackground(0xFF, 0xFF, 0xFF); $m->setDimension(320, 40); function drawGlyphString($string, $s, $f, $fill) { $s->setRightFill($fill); $s->movePenTo(0, $f->getAscent()); for ($i=0; $i<strlen($string); $i++) { $s->drawGlyph($f, substr($string,$i,