Question Adding a new font to a Label Control

gchq

Well-known member
Joined
Dec 14, 2007
Messages
168
Programming Experience
10+
Hi there

I've added a new font to the OS (MW6E13B) that replicates the same font used at the bottom of cheques.

The question is - how do I import that font into the project and use it with the label and ensure that it is deployed with the app?

This one I have searched high and low on!

I DO know that I can set the font of a label to a standard style

VB.NET:
vLabel.Font = New Font("Microsoft Sans Serif", 12, FontStyle.Bold, GraphicsUnit.Point, CType(0, Byte))

But now I've hit the proverbial brick wall!

Any help would be appreciated!
 
Back
Top