Forum Moderators: open
Or: VisiBone Font Survey Results - Browsershare [visibone.com] (www.visibone.com)
If only there'd been a standard way of embedding fonts.
Oops forgot; font designers don't want their fonts embedded. Oh well.
Is there a default in any of the major browsers? We all know "serif" on Windows is probably going to be Times New roman and "fixed" on Mac is probably going to be Courier, but I've never tried "cursive" or "fantasy."
It's a template based system and I really wanted the fancy font but on the other hand, I don't want to have to create images every time someone signs up.
Next Question
Are there scripts available that will dynamically create images from text? I have some experience with PHP/GD but have never attempted something like that.
Thanks again!
<added>Thanks to choster, as well</added>
Are there scripts available that will dynamically create images from text?
Haven't personally seen this being done (or didn't notice), but Google came up with a lot of related stuff on this, like:
Dynamically writing text to images with PHP [development.gurusnetwork.com] (development.gurusnetwork.com)
Create dynamic images with SVG and XSL [builder.com.com] (builder.com.com)
AspImage [serverobjects.com] (www.serverobjects.com)
Looks like it won't be so bad after all. Actually this should prove to be quite useful. By the way, I didn't mean for everyone to do my legwork for me, but it is appreciated. I wanted to get the valued opinions of my fellow WW members first before I went on the SE mission ;)
It seems the GD Library is very powerful. I found this site from the user comments at php.net/image/ and it is very useful.
[nyphp.org...]
I especially like the Drop Shadow Example [nyphp.org] :)
Now I've gone and done it. Another adventure ;)