FontDescription.FaceName Property

Language:

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 String^ FaceName {
        String^ get();
        void set(Stringvalue);
}
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.


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