=== AnyFont === Contributors: choon Tags: images, styles, fonts, admin, theme, enhancement Requires at least: 2.1 Tested up to: 2.7.1 Stable tag: 0.6.1 AnyFont allows you to use any truetype font to replace plain text anywhere you want in your theme design. NEW FEATURES in 0.6: PHP4 + GD support, easy text replacement options. == Description == AnyFont allows you to use any truetype font for post titles, menu items or anywhere else you want to use a custom font in your theme design. Version 0.6 introduces two new features, the first is support for PHP4 and the GD module, and the second is the ability to automatically change text titles to image titles. No code editing is required! **Features:** * Font Manager to easily upload new fonts to wordpress * Style Management which allows an unlimited number of different styles to be created. * Font shadow options within the style manager(Requires PHP5 & ImageMagick). * Image Cache for generated images plus browser caching is enabled for images to reduce page load times. * Cache Management page. * Easy text replacement options for post titles, page titles, and widget titles. * Image replacements are SEO compatible. **Changelog:** v0.6.1 *Bugfix: IE problem with page appearing to "hang" when saving style. *Bugfix: IE6 script error on page load. v0.6.0 *Feature: PHP4 & GD Support added(BETA) *Feature: New settings to automatically replace certain titles within your blog with truetype fonts. v0.5.3 *Bugfix: "Server 500 Error" when disabling plugin. v0.5.0 *First public release. == Usage == After you have uploaded some truetype fonts and created a new font style, you can include dynamic images in your theme with the following code snippet: *"<img src='/images/your-style-name/the text to be generated.png' alt='the text to be generated' />"* **Example:** Replacing the text in the menu with an image: *"<a href="<?php bloginfo('home') ?>" rel="home">Home</a>"* becomes *"<a href="<?php bloginfo('home') ?>" rel="home"><img src="/images/menu/Home.png" alt="Home" /></a>"* == Installation == *Server Requirements:* PHP4 or PHP5 and either the ImageMagick(imagick moduel 2.1.1-rc1 and up) or GD image module installed. Upload the AnyFont plugin to your blog and activate it!