FontWeight Enumeration
Specifies font weights.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Syntax
'Declaration
Public Enumeration FontWeight
'Usage
Dim instance As FontWeight
public enum FontWeight
public enum class FontWeight
public enum FontWeight
public enum FontWeight
Members
Member name | Description | |
---|---|---|
Bold | 700 font weight. | |
DoNotCare | 0 font weight. | |
ExtraBold | 800 font weight. | |
ExtraLight | 200 font weight. | |
Heavy | 900 font weight. | |
Light | 300 font weight. | |
Medium | 500 font weight. | |
Normal | 400 font weight. | |
SemiBold | 600 font weight. | |
Thin | 100 font weight. |
Remarks
These enumerated values are defined as a convenience for different numerical font weights.
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0
See Also
Reference
Microsoft.WindowsMobile.DirectX.Direct3D Namespace