FontDescription.Weight Property

Language:

Retrieves or sets the weight of a font.

Definition

Visual Basic Public Property Weight As FontWeight
C# public FontWeight Weight { get; set; }
C++ public:
property FontWeight Weight {
        FontWeight get();
        void set(FontWeight value);
}
JScript public function get Weight() : FontWeight
public function set Weight(FontWeight);

Property Value

Microsoft.DirectX.Direct3D.FontWeight
Member of the FontWeight enumeration to set or retrieve.

This property is read/write. 

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