FontFamily.FontFamily

FontFamily(string)

Initializes a new instance of the FontFamily class with the specified name.

public FontFamily(string name)
ParameterTypeDescription
nameStringThe name of the new FontFamily.

See Also


FontFamily(string, FontCollection)

Initializes a new instance of the FontFamily class.

public FontFamily(string name, FontCollection fontCollection)
ParameterTypeDescription
nameStringThe name of the font family.
fontCollectionFontCollectionThe font collection.

See Also