Is there a way to calculate the width of a letter in px based upon size, font, bold and such????? Thanks for the help and thoughts
That's dependent on the font foundry. Apparently you've decided that's the solution to some problem, but what is the problem? There may be another solution. cheers, gary
kk5st Thanks again for the reply. I have this application that I designed. It allows the user to manually change the font size then insert into the db with a save. The thing is that the application needs to know the width of the elements the words are in so it can calculate some stuff and then do some stuff. I have already done some research and experimentation to get the perfectly adjusted height but the problem is the width. I could force a width based upon the font size but this would not work if the text changes inside the element. This is why i need this calculation. THanks for the reply