my status of SVG PHP web font
this is a pfp-fusion custom page to show my new SVG webfont online and allow you to test your browser. ( known problems with IE8 ( no SVG ), IE9 ( no bevel filter ), Safari.text_svg('Good Time');
text_svg('Good Time',70,'#00ffff','#0000ff');
gradient need 3 color, add now also can use background instead transparent
text_svg('Good Time',70,'#00ffff','#0000ff','#0000ff','#ffff00','gradient');
there was a problem to use different gradients in one page
text_svg('Good ',70,'#00ffff','#0000ff','#0000ff','#ffff00','gradient'); text_svg('Time',70,'gold','','','#0000ff','gradient'); text_svg(' !',70,'','','','','gradient');
now instead gradient can use bevel filter ( not work in IE9 ) and need 20% more width!
text_svg('Good Time',70,'#00ffff','#0000ff','','#ffff00','bevel');
und für unsere freunde aus Deutschland:text_svg('äöüÄÖÜ€',35,'#00ffff','#0000ff','#0000ff','','gradient');
here can read more about that little project. now using a php_insert tool you can use this font also in news and article, pls download ITUNE 727V5.here i have a big problem now, above only works if the string is ascii and not UTF-8.
there i have to use a different php code with reconvert, but that not work here, so currently there are 2 different versions. i need to work more on this.