I have a DataGridView, and I want every cell to have Courier font style.
I'm doing the following:
temp.Font = new Font("Courier", 12, FontStyle.Bold);
I have indeed Bold, 12 size, but I don't have Courier...
What is wrong with this?
I have a DataGridView, and I want every cell to have Courier font style.
I'm doing the following:
temp.Font = new Font("Courier", 12, FontStyle.Bold);
I have indeed Bold, 12 size, but I don't have Courier...
What is wrong with this?