I have a label say label1. When ever I enter some words which is more than what can be shown in that label it truncates the surplus words and displays the label. Like say if label1 can only 10 words then if I enter this "Information Technology" then label1 only shows "Informatio" nothing else. I want this to automatically adjust the font of the lable so that the entire "Information Technology" fits into it. In other words if the sentence is more it must reduce its font size and finally fit it in the label. The logic is : The font must go on reducing till the entire sentence is fitted into. The reverse must also work if less is entered then font size should increase. Please help with codings. Thanks.