Embedding fonts

  • Thread starter Thread starter ~~~ .NET Ed ~~~
  • Start date Start date
N

~~~ .NET Ed ~~~

I have an application in which I want to use a font that is not available
(standard) in Windows. Now, the font is free and I would like to embedd it
into my WinForms application. How can I do that without requiring the user
to install the font on their computers \windows\fonts directory?

Emilio
 
And where might that be?

Bob Powell said:
See the article in Windows Forms Tips and Tricks.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
I visited your site, the tips and tricks section as mentioned below and
sure, there is a wealth of interesting information but I did not see any
article/trick about embedding a font.
 
Disregard previous message. Although there appears to be no direct link in
your index page, I found one such article there by using your Google Search.

Thanks
Emilio
 
Back
Top