Gets the family name for the GlyphTypeface object.

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

Syntax

C#
public IDictionary<int, string> FamilyNames { get; internal set; }
Visual Basic
Public Property FamilyNames As IDictionary(Of Integer, String)
	Get
	Friend Set
Visual C++
public:
property IDictionary<int, String^>^ FamilyNames {
	IDictionary<int, String^>^ get ();
	internal: void set (IDictionary<int, String^>^ value);
}

Field Value

The family names.

See Also