Font::FontFamily Property

 

Gets the FontFamily associated with this Font.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property FontFamily^ FontFamily {
	FontFamily^ get();
}

Property Value

Type: System.Drawing::FontFamily^

The FontFamily associated with this Font.

A FontFamily represents a group of fonts that have a similar font face, but may have different sizes and styles (for example, Arial, Times New Roman, and Verdana).

.NET Framework
Available since 1.1
Return to top
Show: