/** * dynTEXTmaker - Generate dynamic text buttons on the fly * * @version 0.1 * @copyright 19.08.2003 * @author Marc Giombetti * */ Description: DynTEXTmaker is an easy to use script that allows you to use your favorite font on your website. Due to some restrictions of the fonts you can use in HTML, you will sooner or later be confronted to the problem that you'll have to save your texts as an image file. But this exporting of texts as images is a very time-consuming task. dynTEXTmaker automatically generates the images with the text and the textsize you want to use. The script comes along with a cacheing mechanism and a simple admin-interface to generate the texts (to simply) Requirements: - PHP 4.3.2 with GD and TTF support Configure PHP: ./configure --with-gd --with-ttf --with-freetype-dir --enable-gd-native-ttf - A TTF font (the package contains a few fonts) More fonts can be found at http://www.fontz.de http://www.1001freefonts.com/ http://corefonts.sourceforge.net/ Installation: - Adjust the configuration values in text_config.inc.php - CHMOD the cache dir to 777 License: GPL (General Public License)