Does anyone know how to embed a font in a VB.NET project?? I've added the font to the solution and changed the Build Action to emdedded resource but I can't figure out how to use it?? Thanks!!
Fonts are normally deployed an installed with the application setup. The VS Setup Project makes this easy, see http://www.vbdotnetforums.com/showthread.php?t=14195
ClickOnce deployment does not support this feature.
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.