Question pictureBox and font file ???

VB4Life

New member
Joined
Nov 23, 2009
Messages
1
Programming Experience
3-5
Hi,

I'm working on a program (Under Visual Basic .NET 2008) that draws
text on a PictureBox using a font that is already installed (registered) in
system fonts. I'm wondering how can I perform the same but with a
font that is not already installed on system, by adding this font file (*.ttf
usually) to my solution explorer and use it in my program, given that
this font file must be included in exe file.

how can I do this ?

I'd appreciate your help,

Thanks
 
Back
Top