Top "Imagettftext" questions

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/a2424901/public_html/index.php on line 35

<?php session_start(); require_once 'facebook.php'; $app_id = "418907881455014"; $app_secret = "36389d2c4caaf6de86982cb87686a494"; $redirect_uri = …

php truetype imagettftext
Aligning php Generated Image dynamic text in center

i want to align the text generated on the image to the center of the image. for the moment, i …

php imagettftext
PHP - imagettftext not working and GD installed

It's being long hours that I'm still looking for answer to this problem.. All the solutions I find are around …

php image gd imagettftext
Right align text in an image with imagettftext(), PHP

I am setting up dynamic forum signature images for my users and I want to be able to put their …

php image gd imagettftext
imagettftext cannot open font file

Using the example from php.net I get a warning, and the image is not rendered correctly. I supply a …

php ubuntu imagettftext
php imagettftext letter spacing

Does anybody have a function that draws a ttf string (imagettftext) with specified letter spacing? I cannot find any build-in …

php gd imagettftext
imagettftext() - Cannot find font location

I am using the imagettftext() function to create a custom captcha script. I have ran and tested the code successfully …

php captcha imagettftext
PHP GD Text with Transparency/Alpha background

alright so im having a problem with getting my text layed over a partly transparent image. i want the text …

php gd transparent imagettftext
Using the imagettftext function with multiple lines? Anyone done this before?

I'm creating transparent text -> png images with php and so far so good. The only problem is that …

php text png imagettftext
PHP imagettftext partially bold

I'm training my PHP skills to generate images. I need only one thing which doesn't work. I don't think it's …

php gd imagettftext