This is a discussion on RE: [PHP] Beveled text within the PHP General forums, part of the PHP Programming Forums category; You'll have to increase the character spacing as well, so that each character has the same center not just ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
You'll have to increase the character spacing as well, so that each
character has the same center not just the individual word/phrase. I don't think this is going to be exactly a bevel effect, but on small enough text it might appear like one. -Javier -----Original Message----- From: Nathan Taylor [mailto:Lakario@msn.com] Sent: Saturday, November 08, 2003 6:02 AM To: sid_lahiri@arogyam.org; php-general@lists.php.net Subject: Re: [php] Beveled text Well, I'm speaking from imagination here but I imagine the effect could be obtained by creating a series of layers to one item in a loop, changing the alpha transparency slightly each time as well as shrinking the size of the image. You'd start with 75ish alpha level and then loop through one level at a time up a to 100 or something like that, shrinking the text gradually and building off the same center each time. Try it and tell me what happens, I am curious. Cheers, Nathan ----- Original Message ----- From: Siddhartha Lahiri To: php-general@lists.php.net Sent: Saturday, November 08, 2003 8:45 AM Subject: [php] Beveled text Hi, is it possible to create a beveled text using GD. Going through all the classes I have not come across any algorithm which explains beveled text. Siddhartha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |