Custom Fonts - wordpress
In wordpress, when you make a blog entry, it displays the date year etc of that blog.
Is there a php/jquery script that can take any kind of title and render an image of that?
In other words if the entry data is "20th july 2010" how would I get it to render each of the three items in a d开发者_运维问答ifferent font/image.
First of all no to the jQuery text-to-image generator.
Now, what you are talking about is a custom theme for wordpress. A great tutorial for that can be found here: http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/
You also mentioned text-to-image generation, I would look here: http://www.phptutorial.info/learn/create_images/ to learn how to do that.
Good luck!
There are a ton of font replacement techniques out there in general. If you dive into the template files you might be able to accomplish the font changes with CSS classes. Unless I am not completely understanding the question.
Well, that's not a text-to-image converter, just some fonts you can add to your website. Check this http://code.google.com/webfonts
精彩评论