Recommend this page to a friend! |
Download .zip |
Info | View files (14) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-02-25 (9 years ago) | Not enough user ratings | Total: 1,403 | All time: 2,681 This week: 1,099 |
Version | License | Categories | ||||
buttonmaker-lite 1.0 | BSD License | Graphics |
Description | Author | |||||||||||||
This class can be used to generate button images with text dynamically. |
|
#################################################################### # Date: 19-10-2006 19:23 # Author: B.Heesen (b.heesen@dbds.nl) # Version: 0.1 # © Copyright 2006 De Bron Digital Solutions (http://www.dbds.nl) #################################################################### README BUTTONMAKER-LITE unzip the file make a directorie: "fonts" put your TTF fonts in the "fonts" directory in the class the default is arial.ttf In the full version there are also other features like: shadow upload fonts/images use background image gradient backgroundcolors rotation LEESMIJ BUTTONMAKER-LITE pak het bestand uit maak een mappen aan: "fonts" plaats je TTF fonts in deze map "fonts" In de volledige versie zijn er ook de volgende opties zoals: schaduw uploaden van lettertypes en afbeeldingen gradient achtergrondkleuren het gebruik van een achtergrond afbeelding roteren Example/Voorbeeld: require_once ('class.buttonmaker.lite.php'); //the needed classfile $btn = new BMaker(); //initiate the class $btn->format('jpg'); //imagetype : jpg,gif or png $btn->text('test'); //text to put on button $btn->font(''); //defaults to arial.ttf $btn->fontsize(20); //defaults to 10px $btn->textx(5); //nr of pixels from the left $btn->texty(20); // nr of pixels from the top $btn->bordertype('out'); //in out flat $btn->bgcolor('#FFFFFF'); //background color in HEX $btn->fgcolor('#000000'); //fontcolor in HEX $btn->Buttonmaker(100, 25);//width height |
Files |
File | Role | Description |
---|---|---|
btn-lite.php | Example | example of use output |
class.buttonmaker.lite.php | Class | class file |
colorCoder.js | Data | extra javascript for colorselect |
color_select.css | Data | css for colorselector |
color_select.js | Data | javascript for colorselect |
dbds.gif | Icon | logo of dbds |
hue_blend.png | Data | image for colorselection |
index.php | Example | example of use |
lang.en.nl | Conf. | english language file |
lang.ge.php | Conf. | german language file with thanks to Klaus Follmann |
lang.it.php | Conf. | italian language file with thanks to Luca Zorzi |
lang.nl.php | Conf. | dutch language file |
readme.txt | Doc. | readme |
sv_blend.png | Data | image for colorselect |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
demo buttonmaker standard version Buttonmaker standard version |
If you know an application of this package, send a message to the author to add a link here.