[PHP] fonts

2004-02-18 Thread Jake McHenry
is there a way I can have a special font on a page, and if the viewer doesn't have that font, have it auto downloaded and installed? Thanks, Jake

Re: [PHP] fonts

2004-02-18 Thread Jake McHenry
- Original Message - From: [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 8:07 PM Subject: Re: [PHP] fonts leaving aside the obvious serious security implications of what you're after, you're assuming that you'll be able to accurately

Re: [PHP] fonts

2004-02-18 Thread Ryan A
] Sent: Wednesday, February 18, 2004 8:07 PM Subject: Re: [PHP] fonts leaving aside the obvious serious security implications of what you're after, you're assuming that you'll be able to accurately determine the OS of the user's machine and have the font set available. this seems

Re: [PHP] fonts

2004-02-18 Thread Jake McHenry
- Original Message - From: Ryan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 10:02 PM Subject: Re: [PHP] fonts Ummm, if displaying just webpages and the font is so important...cant you just make image files (ie. JPG) or am I

Re: [PHP] fonts

2004-02-18 Thread Binay
: Jake McHenry [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 6:26 AM Subject: [PHP] fonts is there a way I can have a special font on a page, and if the viewer doesn't have that font, have it auto downloaded and installed? Thanks, Jake -- PHP General Mailing List (http

Re: [PHP] fonts

2004-02-18 Thread Paul Furman
Jake McHenry wrote: it's for my intranet, figured it might be easier this way instead of touching every machine. All my machines are either on 98 or XP, which both will use the same font. There is such a thing as embedding fonts in a web page. I don't know the specifics but it exists. -- PHP

Re: [PHP] fonts

2004-02-18 Thread - Edwin -
On Wed, 18 Feb 2004 22:09:13 -0500 Jake McHenry [EMAIL PROTECTED] wrote: [...] Image files for the entire website? I want this to be the standard font for the text of the site. Then why not just use standard fonts that exist on the clients? -- - E - -- PHP General Mailing List

Re: [PHP] fonts

2004-02-18 Thread - Edwin -
On Wed, 18 Feb 2004 20:36:30 -0500 Jake McHenry [EMAIL PROTECTED] wrote: it's for my intranet, figured it might be easier this way instead of touching every machine. All my machines are either on 98 or XP, which both will use the same font. I've manually installed it on 4 machines so far, 2

[PHP] fonts in dynamic images

2003-02-22 Thread julian haffegee
Hi all, I have been creating some dynamic images, with text. Some fonts seem to work fine, but some give the right number of characters, but each character is just a square box. What's causing this. I know the fonts are there (there is an entirely different error message when the fonts are not

[PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
Hello, I have what should be a fairly simple question, but it's something I've been struggling with for the past couple of days. Whenever I create a PDF document in PHP, the font that is used is always an outline (not a solid letter). I have searched the mailing list archives and online help but

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
Here's the magic code:- putenv(PDFLIBRESOURCE=/usr/local/apache/htdocs/fonts/pdflib.upr); This works well. Chris James Willard wrote: Hello, I have what should be a fairly simple question, but it's something I've been struggling with for the past couple of days. Whenever I create a PDF

RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
and they are world-readable. Do you have any other suggestions as to what could be wrong? Thanks, James Willard [EMAIL PROTECTED] -Original Message- From: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 1:27 AM To: James Willard Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Fonts

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
: Friday, July 20, 2001 1:27 AM To: James Willard Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Fonts with PDFlib Importance: High Here's the magic code:- putenv(PDFLIBRESOURCE=/usr/local/apache/htdocs/fonts/pdflib.upr); This works well. Chris James Willard wrote: Hello, I have what

RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 1:50 AM To: James Willard Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Fonts with PDFlib Importance: High James, Have you set text rendering? I thought that the default was for solid text but maybe.. pdf_set_value($pdf, textrendering, 1