LogFontWeight Enumeration
Specifies the weight of a font.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
Syntax
'Declaration
Public Enumeration LogFontWeight
'Usage
Dim instance As LogFontWeight
public enum LogFontWeight
public enum class LogFontWeight
public enum LogFontWeight
Members
Member name | Description | |
---|---|---|
DontCare | A weight of 0. | |
Thin | A weight of 100. | |
ExtraLight | A weight of 200. | |
UltraLight | A weight of 200. | |
Light | A weight of 300. | |
Normal | A weight of 400. | |
Regular | A weight of 400. | |
Medium | A weight of 500. | |
SemiBold | A weight of 600. | |
DemiBold | A weight of 600. | |
Bold | A weight of 700. | |
ExtraBold | A weight of 800. | |
UltraBold | A weight of 800. | |
Heavy | A weight of 900. | |
Black | A weight of 900. |
Remarks
The weight of the font can be in the range 0 through 1000. A value of 400 is normal and 700 is bold. This class provides an enumeration of descriptive weight styles for convenience.
Platforms
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0
See Also
Reference
Microsoft.WindowsCE.Forms Namespace