differenct space needed for different letters?

2003-01-24 Thread dongjiang tang



Hi, I have mutiple line of text in one block in the 
header for my page, I make each line the exactly same number of letters(same 
string length), then I found out that the actual space each line takes is not 
the same, some are longer and some are shorter, just like below. Is there any 
way to make each line appears to be the same 'actual length' ?

start of line ccc
c
ccend of line
dongjiang


RE: differenct space needed for different letters?

2003-01-24 Thread robert_hitchins
Yes...you need to used a fixed width font (like Courier) as opposed to 
a proportional font (like Times New Roman).
 
Proportional fonts base the distance between letters on the actual 
width of the letter (e.g. w is wider than i so it gets more space). 
 Fixed width fonts assign the same width to all letters.
 
Bob Hitchins
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, January 24, 2003 1:24 PM
To: [EMAIL PROTECTED]
Subject: differenct space needed for different letters?



Hi, I have mutiple line of text in one block in the header for my page, 
I make each line the exactly same number of letters(same string 
length), then I found out that the actual space each line takes is not 
the same, some are longer and some are shorter, just like below. Is 
there any way to make each line appears to be the same 'actual length' ?
 
start of line ccc
c
ccend of line

dongjiang



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]