I want to increase/decrease the font size of the text depending on the size of label in a Windows Forms app using C#.
The label's Autosize property is set to True. The label is placed on one of the cell of a TableLayoutPanel.
Currently I am using the font sizes available in the property of the control to modify the size.