Using Fixed Width Fonts like FixedSys, Howto?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I need to use a fixed-width font such as FixedSys or System fonts, but the Font object does not recognize them. I believe the problem is with the FontFamily object for not recognizing them. Everytime I try to give the Font object "FixedSys" as a font name, it resets it to "Microsoft San Serif". anyone knows of a way around this? thanks fadi