Gets or sets the Font Family index of the type faces defined by the specified Custom Font File.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public int CustomFontFileFamilyIndex { get; set; }
Visual Basic (Declaration)
Public Property CustomFontFileFamilyIndex As Integer
Visual C++
public:
property int CustomFontFileFamilyIndex {
	int get ();
	void set (int value);
}

See Also