Re: [PHP] Telling GD2 Where Fonts Are

From: Tom Rogers (trogers_at_kwikin.com)
Date: 11/28/03


Date: Fri, 28 Nov 2003 13:13:32 +1000
To: php-general@lists.php.net

Hi,

Friday, November 28, 2003, 12:12:57 PM, you wrote:
son> Working on a Macintosh G3 PowerBook running OS 10.2 and PHP 4.3.0 with GD2
son> ...

son> I'm having trouble telling GD2 where the font I'm using in a PHP exercise
son> (Chapter 19 of the 2nd edition of the Welling/Thomson book), arial.ttf,
son> resides. The font is obviously in a folder on my hard drive, the path of
son> which runs like so:

son> Macintosh HD/Fonts/arial.ttf

son> The line of PHP code that gives this info goes like this--at least the way
son> I unsuccessfully put it:

son> putenv('GDFONTPATH=Macintosh HD/Fonts
son> $fontname = 'arial.ttf'

son> As I say, it doesn't work. Can anyone tell me how I should alter the code?
son> Should I put the font in the root folder, 'localhost/..."?

son> Thank you.

son> Steve Tiano

son> --------------------------------------------------------------------
son> mail2web - Check your email from the web at
son> http://mail2web.com/ .

son> --
son> PHP General Mailing List (http://www.php.net/)
son> To unsubscribe, visit: http://www.php.net/unsub.php

Give the full path to the font file, I do like this

$font = $path_to_font.'/font.ttf';

-- 
regards,
Tom


Relevant Pages

  • Re: Need help with menu
    ... down using the method from Son of Suckerfish Vertical, ... In IE6 with my font size set to "Smaller" the content overlaps the ... Your "If IE6" stuff has: containerfather, ...
    (alt.html)
  • Re: PHP5.2.1, Apache, Windows 2k install problem
    ... I do not see any PHP code in the resulting source code. ... Any thought son where I whent wrong. ...
    (alt.php)
  • Name for the Stadium (OT)
    ... My son called me a few minutes ago. ... Nationals caps stood for Walgreen's. ... the same font. ... So, since the new stadium has no name, I hearby christen it ...
    (alt.sports.baseball.ny-mets)
  • How can I get the font box to appear on Office 2003 toolbar?
    ... My son has made the font box disappear from the toolbar display, ...
    (microsoft.public.office.setup)
  • Re: Need help with menu
    ... down using the method from Son of Suckerfish Vertical, ... Here's my PHP: ... Multiple ids were generated by my erroneous coding. ...
    (alt.html)