System.Drawing.FontFamily Strangeness

D

Don

I have someone running one of our programs on Windows 7 Home Edition.
On their computer, the values returned by:

System.Drawing.FontFamily.GenericSansSerif

and

System.Drawing.FontFamily.GenericSerif

are the same (i.e. the "Microsoft Sans Serif" family)

Is this normal? Shouldn't the System.Drawing.FontFamily.GenericSerif
property return a serif font and not "Microsoft Sans Serif"?

Does anyone know where, exaclty, the .net framework gets these values
from?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top