NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GenericFontFamilies Enumeration

Specifies a generic FontFamily.

[Visual Basic]
Public Enum GenericFontFamilies
[C#]
public enum GenericFontFamilies
[C++]
public enum GenericFontFamilies

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Monospace A generic Monospace FontFamily.
SansSerif A generic SansSerif FontFamily.
Serif A generic Serif FontFamily.

Requirements

Namespace: System.Drawing.Text

Assembly: System.Drawing.dll

See Also

System.Drawing.Text Namespace