Digital clock fonts in c#

  • Thread starter Thread starter David Hubball
  • Start date Start date
D

David Hubball

Hi

I'm doing a countdown timer in c# for a poker night at my friends
house.

I thought that the timer font in the television Series 24 looks pretty
cool(looks like a digital clock type font) and it would be something
to talk about at the poker night!! Would any know how I could get this
into C#. Also if I download a font for c# does anyone know to download
it into c# Visual Studio (Express but its just the same as the real
thing).

Thanks
David
 
If you can install a font for Windows to use, then you can easily specify it
by name as the font of any text field in the window.
 
Back
Top