NYCPHP Meetup

NYPHP.org

[nycphp-talk] talk Digest, Vol 55, Issue 5

Julia Sheehy jusheehy at vassar.edu
Fri May 27 14:21:19 EDT 2011


Jana is right -- picking a different font is the best solution to this.

Try taking a look at:

http://webfontspecimen.com/

http://nicewebtype.com/

http://typekit.com/




Julia Sheehy 
Programmer/Analyst 
Administrative Information Services 
Vassar College 
Poughkeepsie, NY 
845.437.5939 
Fax : 845.437.7050 
http://www.linkedin.com/in/juliasheehy 
http://computing.vassar.edu/ 
http://www.nyphp.org/member 

CONFIDENTIALITY NOTICE: This electronic mail transmission is intended only for the use of the addressee and may contain information that is privileged and confidential. If you are not the intended recipient, any dissemination of this communication is prohibited. If you have received this transmission in error, please notify the sender immediately by email and delete the original message. Thank you.

----- Original Message -----
From: talk-request at lists.nyphp.org
To: talk at lists.nyphp.org
Sent: Friday, May 27, 2011 1:45:55 PM
Subject: talk Digest, Vol 55, Issue 5

Send talk mailing list submissions to
	talk at lists.nyphp.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.nyphp.org/mailman/listinfo/talk
or, via email, send a message with subject or body 'help' to
	talk-request at lists.nyphp.org

You can reach the person managing the list at
	talk-owner at lists.nyphp.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of talk digest..."


Today's Topics:

   1. font properties (I H)
   2. Re: font properties (Anthony Wlodarski)
   3. Re: font properties (Jana Harper)
   4. Re: font properties (I H)


----------------------------------------------------------------------

Message: 1
Date: Fri, 27 May 2011 10:13:18 -0700 (PDT)
From: I H <selyah1 at yahoo.com>
To: talk at lists.nyphp.org
Subject: [nycphp-talk] font properties
Message-ID: <918354.49316.qm at web30802.mail.mud.yahoo.com>
Content-Type: text/plain; charset="us-ascii"

Hello All:
I am designing a site and need assistance on one issue.   It has to deal with 
fonts.  to change the width of a font, you would use the font-width statement to 
change the font from left-to-right.  is there a way of changing it from 
top-to-bottom.  ie to stretch the font ?

thanks in advance

 
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20110527/9464eb6d/attachment-0001.html>

------------------------------

Message: 2
Date: Fri, 27 May 2011 13:29:22 -0400
From: Anthony Wlodarski <anthony at tinkertownlabs.com>
To: NYPHP Talk <talk at lists.nyphp.org>
Subject: Re: [nycphp-talk] font properties
Message-ID: <4DDFDF72.5030306 at tinkertownlabs.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

The only feasible way to do this that I am aware of is with CSS3 and the 
font-stretch declaration.  But it will still only scale it horizontally, 
not vertically.

-Anthony

On 05/27/2011 01:13 PM, I H wrote:
>
> Hello All:
>
> I am designing a site and need assistance on one issue.   It has to 
> deal with fonts.  to change the width of a font, you would use the 
> font-width statement to change the font from left-to-right.  is there 
> a way of changing it from top-to-bottom.  ie to stretch the font ?
>
>
> thanks in advance
>
>
> */Ian/*
>
>
> _______________________________________________
> New York PHP Users Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> http://www.nyphp.org/Show-Participation

-- 
Anthony Wlodarski
Lead Software Engineer
Get2Know.me (http://www.get2know.me)
Office: 646-285-0500 x217
Fax: 646-285-0400

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20110527/4e7c0b48/attachment-0001.html>

------------------------------

Message: 3
Date: Fri, 27 May 2011 10:39:19 -0700
From: Jana Harper <jana at meetduo.com>
To: NYPHP Talk <talk at lists.nyphp.org>
Subject: Re: [nycphp-talk] font properties
Message-ID: <3CE7F05B-E244-4CB1-9A48-CA91321E1F1E at meetduo.com>
Content-Type: text/plain; charset="us-ascii"

Hi Ian,

You can use line-height to adjust the height of the space the font fits in, but as far as I know there isn't a way to scale the font vertically.  Even if there was a way to do that I wouldn't recommend it because it would distort the original intended look of the typeface.  If you need a taller font and increasing the size makes it too wide, pick a different typeface.  There are quite a few to choose from with the advent of web fonts -- check out these sites:

http://typekit.com/
http://webfonts.fonts.com/
http://www.fonts.com/
http://www.google.com/webfonts

Also check out this API for accessing typefaces from various providers through a common interface: http://code.google.com/apis/webfonts/

Jana Harper
Duo
www.meetduo.com
www.wellcrafted.is
@well_crafted
@meetduo
206.601.0127






On May 27, 2011, at 10:29 AM, Anthony Wlodarski wrote:

> The only feasible way to do this that I am aware of is with CSS3 and the font-stretch declaration.  But it will still only scale it horizontally, not vertically.
> 
> -Anthony
> 
> On 05/27/2011 01:13 PM, I H wrote:
>> 
>> Hello All:
>> 
>> I am designing a site and need assistance on one issue.   It has to deal with fonts.  to change the width of a font, you would use the font-width statement to change the font from left-to-right.  is there a way of changing it from top-to-bottom.  ie to stretch the font ?
>> 
>> 
>> thanks in advance
>> 
>> 
>>  
>> Ian
>> 
>> _______________________________________________
>> New York PHP Users Group Community Talk Mailing List
>> http://lists.nyphp.org/mailman/listinfo/talk
>> 
>> http://www.nyphp.org/Show-Participation
> 
> -- 
> Anthony Wlodarski
> Lead Software Engineer
> Get2Know.me (http://www.get2know.me)
> Office: 646-285-0500 x217
> Fax: 646-285-0400
> _______________________________________________
> New York PHP Users Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
> 
> http://www.nyphp.org/Show-Participation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20110527/b6162cd1/attachment-0001.html>

------------------------------

Message: 4
Date: Fri, 27 May 2011 10:45:53 -0700 (PDT)
From: I H <selyah1 at yahoo.com>
To: NYPHP Talk <talk at lists.nyphp.org>
Subject: Re: [nycphp-talk] font properties
Message-ID: <645440.26369.qm at web30808.mail.mud.yahoo.com>
Content-Type: text/plain; charset="us-ascii"

thanks again, i will try those and check the links you sent

 
Ian 





________________________________
From: Jana Harper <jana at meetduo.com>
To: NYPHP Talk <talk at lists.nyphp.org>
Sent: Fri, May 27, 2011 1:39:19 PM
Subject: Re: [nycphp-talk] font properties

Hi Ian,

You can use line-height to adjust the height of the space the font fits in, but 
as far as I know there isn't a way to scale the font vertically.  Even if there 
was a way to do that I wouldn't recommend it because it would distort the 
original intended look of the typeface.  If you need a taller font and 
increasing the size makes it too wide, pick a different typeface.  There are 
quite a few to choose from with the advent of web fonts -- check out these 
sites:

http://typekit.com/
http://webfonts.fonts.com/
http://www.fonts.com/
http://www.google.com/webfonts

Also check out this API for accessing typefaces from various providers through a 
common interface: http://code.google.com/apis/webfonts/



Jana Harper
Duo
www.meetduo.com
www.wellcrafted.is
@well_crafted
@meetduo
206.601.0127






On May 27, 2011, at 10:29 AM, Anthony Wlodarski wrote:

The only feasible way to do this that I am aware of is with CSS3 and     the 
font-stretch declaration.  But it will still only scale it     horizontally, not 
vertically.
>
>-Anthony
>
>On 05/27/2011 01:13 PM, I H wrote: 
>Hello All:
>>I am designing a site and need assistance on one issue.   It           has to 
>>deal with fonts.  to change the width of a font, you           would use the 
>>font-width statement to change the font from           left-to-right.  is there 
>>a way of changing it from           top-to-bottom.  ie to stretch the font ?
>>
>>
>>thanks in advance
>>
>>
>> 
>>Ian
>>
>> _______________________________________________ New York PHP Users Group 
>>Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk  
>>http://www.nyphp.org/Show-Participation

--  Anthony Wlodarski Lead Software Engineer Get2Know.me 
(http://www.get2know.me/) Office: 646-285-0500 x217 Fax: 646-285-0400
_______________________________________________
>New York PHP Users Group Community Talk Mailing List
>http://lists.nyphp.org/mailman/listinfo/talk
>
>http://www.nyphp.org/Show-Participation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20110527/f25f970a/attachment.html>

------------------------------

_______________________________________________
talk mailing list
talk at lists.nyphp.org
http://lists.nyphp.org/mailman/listinfo/talk

End of talk Digest, Vol 55, Issue 5
***********************************



More information about the talk mailing list