Click or drag to resize

DesignerFont Properties

The DesignerFont type exposes the following members.

Properties
  NameDescription
Public propertyBold
Returns if the style of the font is bold or not.
Public propertyFont
The System.Drawing.Font associated with this DesignerFont. Retrieves a static Font from the TpsFont-class using the selected font name.
Public propertyFontName
The name of the font. The name should match one of the publicly available static Fonts in TpsFont. This property is used by the ABB.Robotics.Tps.ABBControlDesigner.FontConverter in order to generate code for the DesignerFont-object in in design-time.
Public propertySize
Returns the size of the font.
Top
See Also