Share via


FontDescription.FaceName Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the name of the font.

Definition

Visual Basic Public Property FaceName As String
C# public string FaceName { get; set; }
C++ public:
property StringLeave Site^ FaceName {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public function get FaceName() : String
public function set FaceName(String);

Property Value

System.String
String up to 32 characters in length that represents the font name.

This property is read/write. 

Remarks

If FaceName is an empty string, the first font that matches the other specified attributes is used.