System.Drawing.FontFamily Strangeness

  • Thread starter Thread starter Don
  • Start date Start date
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?
 
Back
Top