Gets the localized family name 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 FamilyName { get; }
Visual Basic
Public ReadOnly Property FamilyName As String
	Get
Visual C++
public:
property String^ FamilyName {
	String^ get ();
}

Field Value

The family name.

See Also