Fonts in Visual C#

  • Thread starter Thread starter B
  • Start date Start date
B

B

I am using Visual C# in visual studios net and I am
having some difficulties with fonts. Also I am running
Windows XP Pro

I have a program that allows me to edit fonts which I
have done and now I wish to use these fonts in my Visual
C# program.

I have installed the fonts and can use them in notepad.
However when I try to use the fonts on my form they do
not appear on the list.

Someone suggested to try to install a monospaced font and
see if it would apear on the list. It did not.

Does anyone know how I can get modified fonts into my
forms in C Sharp? Thanks in Advance.
 
Oh very cool. Thanks alot. BTW do you know any programs
that let you modify TrueType or OpenType Fonts? My
program, fontogragher, will not allow it.



-----Original Message-----
The fonts must be TrueType or OpenType fonts to work in .NET. If they
satisfy this criteria take a look at the
PrivateFontCollection class that
 
Back
Top