Arial font distribution

This is a discussion on Arial font distribution within the PHP Language forums, part of the PHP Programming Forums category; Hello, Does anybody knows anything about distributing Arial & Times fonts from a windows installation? From what i understand there ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-23-2008
_q_u_a_m_i_s's
 
Posts: n/a
Default Arial font distribution

Hello,
Does anybody knows anything about distributing Arial & Times fonts
from a windows installation?
From what i understand there are not available for direct download,
but they were downloadable some time ago...
How can i legally distribute them in my php apllication?
Reply With Quote
  #2 (permalink)  
Old 06-23-2008
Captain Paralytic
 
Posts: n/a
Default Re: Arial font distribution

On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
> Hello,
> Does anybody knows anything about distributing Arial & Times fonts
> from a windows installation?
> From what i understand there are not available for direct download,
> but they were downloadable some time ago...
> How can i legally distribute them in my php apllication?


Could you clarify what you mean, I have never seen a windows
installation that didn't have them as standard???
Reply With Quote
  #3 (permalink)  
Old 06-23-2008
Captain Paralytic
 
Posts: n/a
Default Re: Arial font distribution

On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
>
> > Hello,
> > Does anybody knows anything about distributing Arial & Times fonts
> > from a windows installation?
> > From what i understand there are not available for direct download,
> > but they were downloadable some time ago...
> > How can i legally distribute them in my php apllication?

>
> Could you clarify what you mean, I have never seen a windows
> installation that didn't have them as standard???


Oops, I just realised you said "from" rather than "for"
Reply With Quote
  #4 (permalink)  
Old 06-23-2008
Jerry Stuckle
 
Posts: n/a
Default Re: Arial font distribution

_q_u_a_m_i_s's wrote:
> Hello,
> Does anybody knows anything about distributing Arial & Times fonts
> from a windows installation?
> From what i understand there are not available for direct download,
> but they were downloadable some time ago...
> How can i legally distribute them in my php apllication?
>


This has nothing to do with PHP. PHP doesn't use fonts. Try a legal
newsgroup, or see an attorney.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote
  #5 (permalink)  
Old 06-23-2008
Jeff
 
Posts: n/a
Default Re: Arial font distribution

Captain Paralytic wrote:
> On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
>> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
>>
>>> Hello,
>>> Does anybody knows anything about distributing Arial & Times fonts
>>> from a windows installation?
>>> From what i understand there are not available for direct download,
>>> but they were downloadable some time ago...
>>> How can i legally distribute them in my php apllication?

>> Could you clarify what you mean, I have never seen a windows
>> installation that didn't have them as standard???

>
> Oops, I just realised you said "from" rather than "for"


What part of php would care about the font? If you are writing html,
then the font would have to be on the local machine or some type of font
embedding (which is browser dependant) would be needed. I don't see that
as a php issue though. I'm not sure what OS wouldn't have those two
fonts anyways.

There must be something else going on...

Jeff
Reply With Quote
  #6 (permalink)  
Old 06-23-2008
_q_u_a_m_i_s's
 
Posts: n/a
Default Re: Arial font distribution

On Jun 23, 2:16 pm, Jeff <jeff@spam_me_not.com> wrote:
> Captain Paralytic wrote:
> > On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> >> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:

>
> >>> Hello,
> >>> Does anybody knows anything about distributing Arial & Times fonts
> >>> from a windows installation?
> >>> From what i understand there are not available for direct download,
> >>> but they were downloadable some time ago...
> >>> How can i legally distribute them in my php apllication?
> >> Could you clarify what you mean, I have never seen a windows
> >> installation that didn't have them as standard???

>
> > Oops, I just realised you said "from" rather than "for"

>
> What part of php would care about the font? If you are writing html,
> then the font would have to be on the local machine or some type of font
> embedding (which is browser dependant) would be needed. I don't see that
> as a php issue though. I'm not sure what OS wouldn't have those two
> fonts anyways.
>
> There must be something else going on...
>
> Jeff


The question was " How can i legally distribute them in my php
apllication? "...

I have an PHP application thats generates PDF's and needs to embed
fonts into that PDF. To be able toembed them, you have to actually
have them.
The app will not run on windows, so i need to find out how to
distribute the fonts with my app...

Jeff: only Windows has Arial & Times by default...
Reply With Quote
  #7 (permalink)  
Old 06-23-2008
Jerry Stuckle
 
Posts: n/a
Default Re: Arial font distribution

_q_u_a_m_i_s's wrote:
> On Jun 23, 2:16 pm, Jeff <jeff@spam_me_not.com> wrote:
>> Captain Paralytic wrote:
>>> On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
>>>> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
>>>>> Hello,
>>>>> Does anybody knows anything about distributing Arial & Times fonts
>>>>> from a windows installation?
>>>>> From what i understand there are not available for direct download,
>>>>> but they were downloadable some time ago...
>>>>> How can i legally distribute them in my php apllication?
>>>> Could you clarify what you mean, I have never seen a windows
>>>> installation that didn't have them as standard???
>>> Oops, I just realised you said "from" rather than "for"

>> What part of php would care about the font? If you are writing html,
>> then the font would have to be on the local machine or some type of font
>> embedding (which is browser dependant) would be needed. I don't see that
>> as a php issue though. I'm not sure what OS wouldn't have those two
>> fonts anyways.
>>
>> There must be something else going on...
>>
>> Jeff

>
> The question was " How can i legally distribute them in my php
> apllication? "...
>
> I have an PHP application thats generates PDF's and needs to embed
> fonts into that PDF. To be able toembed them, you have to actually
> have them.
> The app will not run on windows, so i need to find out how to
> distribute the fonts with my app...
>
> Jeff: only Windows has Arial & Times by default...
>


And this has nothing to do with PHP. You could have the same question
no matter what language you were using. Just because you're using PHP
for your application does not make it applicable in this newsgroup.

OTOH, you ARE asking a legal question. You need to get a legal opinion
- which means get an attorney.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote
  #8 (permalink)  
Old 06-23-2008
_q_u_a_m_i_s's
 
Posts: n/a
Default Re: Arial font distribution

On Jun 23, 2:28*pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> _q_u_a_m_i_s's wrote:
> > On Jun 23, 2:16 pm, Jeff <jeff@spam_me_not.com> wrote:
> >> Captain Paralytic wrote:
> >>> On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> >>>> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
> >>>>> Hello,
> >>>>> Does anybody knows anything about distributing Arial & Times fonts
> >>>>> from a windows installation?
> >>>>> From what i understand there are not available for direct download,
> >>>>> but they were downloadable some time ago...
> >>>>> How can i legally distribute them in my php apllication?
> >>>> Could you clarify what you mean, I have never seen a windows
> >>>> installation that didn't have them as standard???
> >>> Oops, I just realised you said "from" rather than "for"
> >> * What part of php would care about the font? If you are writing html,
> >> then the font would have to be on the local machine or some type of font
> >> embedding (which is browser dependant) would be needed. I don't see that
> >> as a php issue though. I'm not sure what OS wouldn't have those two
> >> fonts anyways.

>
> >> * *There must be something else going on...

>
> >> * *Jeff

>
> > The question was " How can i legally distribute them in my php
> > apllication? "...

>
> > I have an PHP application thats generates PDF's and needs to embed
> > fonts into that PDF. To be able toembed them, you have to actually
> > have them.
> > The app will not run on windows, so i need to find out how to
> > distribute the fonts with my app...

>
> > Jeff: only Windows has Arial & Times by default...

>
> And this has nothing to do with PHP. *You could have the same question
> no matter what language you were using. *Just because you're using PHP
> for your application does not make it applicable in this newsgroup.
>
> OTOH, you ARE asking a legal question. *You need to get a legal opinion
> - which means get an attorney.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


Yeah, i just thought that someone might already know the answer...

Reply With Quote
  #9 (permalink)  
Old 06-23-2008
Captain Paralytic
 
Posts: n/a
Default Re: Arial font distribution

On 23 Jun, 12:16, Jeff <jeff@spam_me_not.com> wrote:
> Captain Paralytic wrote:
> > On 23 Jun, 11:51, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> >> On 23 Jun, 10:49, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:

>
> * What part of php would care about the font? If you are writing html,
> then the font would have to be on the local machine or some type of font
> embedding (which is browser dependant) would be needed. I don't see that
> as a php issue though. I'm not sure what OS wouldn't have those two
> fonts anyways.
>
> * *There must be something else going on...
>
> * *Jeff

Please learn how to use your newsreader. Your comments should have
been a response to the OP, not to me.
Reply With Quote
  #10 (permalink)  
Old 06-23-2008
C. (http://symcbean.blogspot.com/)
 
Posts: n/a
Default Re: Arial font distribution

On Jun 23, 10:49 am, "_q_u_a_m_i_s's" <qua...@gmail.com> wrote:
> Hello,
> Does anybody knows anything about distributing Arial & Times fonts
> from a windows installation?
> From what i understand there are not available for direct download,
> but they were downloadable some time ago...
> How can i legally distribute them in my php apllication?


See http://corefonts.sourceforge.net/

C.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:40 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0