Font

Font constructor (1 of 2)

Initializes a new instance of the Font class.

public Font()

See Also


Font constructor (2 of 2)

Initializes a new instance of the Font class.

public Font(string fontFamily)
ParameterTypeDescription
fontFamilyStringFont family.

See Also