You can use the FontDialog box which has all the options to change the Font.
Or you can also change the Font programatically by setting the Font programtically of the Font Class
TxtBox.Font = new Font("Arial",12,FontStyle.Bold);
Ganesh Ranganathan
[Please mark the post as answer if you find it helpful]