Click or drag to resize

TextFont Constructor

Creates a new FontData object with the specified font name.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextFont(
	string fontName
)

Parameters

fontName
Type: System String
Font name.
See Also