FontWeight Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Specifies font weights.
Definition
Visual Basic .NET |
Public Enum FontWeight |
C# |
public enum FontWeight |
Managed C++ |
__value public enum FontWeight |
JScript .NET |
public enum FontWeight |
Members
Member |
Value |
Description |
Black |
900 |
900 font weight. |
UltraBold |
800 |
800 font weight. |
DemiBold |
600 |
600 font weight. |
Regular |
400 |
400 font weight. |
UltraLight |
200 |
200 font weight. |
Heavy |
900 |
900 font weight. |
ExtraBold |
800 |
800 font weight. |
Bold |
700 |
700 font weight. |
SemiBold |
600 |
600 font weight. |
Medium |
500 |
500 font weight. |
ExtraLight |
200 |
200 font weight. |
Thin |
100 |
100 font weight. |
DoNotCare |
0 |
0 font weight. |
Normal |
400 |
400 font weight. |
Light |
300 |
300 font weight. |
Remarks
These enumerated values are defined as a convenience for different numerical font weights.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
Strong Name |
Microsoft.DirectX.Direct3DX,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center