Click or drag to resize

DesignerFont Constructor

Constructor for the DesignerFont.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public DesignerFont(
	string fontName
)

Parameters

fontName
Type: SystemString
The name of the font, given by the selection from the TpsFontEditor in design time.
See Also