FontDescription.CharSet Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the character set for the font.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.CharacterSet
A CharacterSet enumeration that represents the character set associated with the font.

This property is read/write.