Gets the localized designer information for the GlyphTypefaceLocalized object.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string DesignerName { get; }
Visual Basic
Public ReadOnly Property DesignerName As String
	Get
Visual C++
public:
property String^ DesignerName {
	String^ get ();
}

Field Value

The designer name.

See Also