G
Guest
Is it possible to use a font that is not stored in the windows font directory?
I would like to use a font that is stored in my application directory...
But this does not seem to work...
rtbMyRichTextBox.SelectionFont = New Font(CurDir() + "\" + "MyFont.ttf", 12,
FontStyle.Bold)
Thanks!
Bob
I would like to use a font that is stored in my application directory...
But this does not seem to work...
rtbMyRichTextBox.SelectionFont = New Font(CurDir() + "\" + "MyFont.ttf", 12,
FontStyle.Bold)
Thanks!
Bob