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

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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