Microsoft DirectX 9.0 SDK Update (October 2004)

FontDescription.FaceName Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the name of the font.

Definition

Visual Basic .NET Public Property FaceName As String
C# public string FaceName { get; set; }
Managed C++ public: __property String* get_FaceName();
public: __property void set_FaceName(String*);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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