GenericFontFamilies

GenericFontFamilies serializable

System.Drawing.Text (system.drawing.dll) enum

This enumeration lists the three generic font families.

Systems can have wildly different sets of fonts installed (particularly in cross-platform environments). By specifying one of the generic families, you can retrieve a Monospace , SansSerif , or Serif font appropriate to the current platform, regardless of what might actually be present. For example, the SansSerif font could be Arial on one machine and Helvetica on another.

 public enum  GenericFontFamilies  {  Serif = 0  ,  SansSerif = 1  ,  Monospace = 2  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) GenericFontFamilies

Passed To

System.Drawing.FontFamily.FontFamily()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net