Does anyone know a good way to create a non true type font (like Terminal) in VB.NET? Perhaps avoiding the dreaded API call..
and if not, with the API call?
The GDI+ doesnt support non TrueType fonts, AFAIK, so much of .NETs internal drawing couldnt handle it.
If youre using a RichTextBox you should look into the EM_SETCHARFORMAT SendMessage message, or alternatively, the RichText format codes (you can manually set the font with those). Other than that, I dont know of any easy way to set the font to anything other than TTF.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.