FontWeight Enumeration

Language:

Specifies font weights.

Definition

Visual Basic Public Enum FontWeight
C# public enum FontWeight
C++ public enum class FontWeight
JScript 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.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center