VB.NET and Fonts

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

Baz

Hi All,

I have a list box control, and I want to set the display font to
Terminal. However, in the Font property of the object, Terminal is not
one of the available fonts, even though Terminal is a font that is
installed under Windows. How can I make Terminal available for my .NET
controls? Do I need to install it under .NET somehow?

Thanks a mil,

Baz.
 
* (e-mail address removed) (Baz) scripsit:
I have a list box control, and I want to set the display font to
Terminal. However, in the Font property of the object, Terminal is not
one of the available fonts, even though Terminal is a font that is
installed under Windows. How can I make Terminal available for my .NET
controls? Do I need to install it under .NET somehow?

You will need a TrueType (or maybe OpenType) version of the font.
 
Back
Top