which is the easiest way to change Font size with C#.
with java it can all be done easily by calling Font constructor with necessary arguments.
JLab
This should do it (bold as well);
label1.Font = new Font("Serif", 24,FontStyle.Bold);