Click or drag to resize

TpsFont Class

This class manages a set of pre-defined fonts for the Tps System.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Tps.Windows.FormsTpsFont

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 class TpsFont

The TpsFont type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCaptionFont
Gets a Tps system-defined font.
Public propertyStatic memberCommandBarFont
Gets a Tps system-defined font.
Public propertyStatic memberFont10
Gets a Tps system-defined font.
Public propertyStatic memberFont10b
Gets a Tps system-defined font.
Public propertyStatic memberFont11
Gets a Tps system-defined font.
Public propertyStatic memberFont11b
Gets a Tps system-defined font.
Public propertyStatic memberFont12
Gets a Tps system-defined font.
Public propertyStatic memberFont12b
Gets a Tps system-defined font.
Public propertyStatic memberFont13
Gets a Tps system-defined font.
Public propertyStatic memberFont13b
Gets a Tps system-defined font.
Public propertyStatic memberFont14
Gets a Tps system-defined font.
Public propertyStatic memberFont14b
Gets a Tps system-defined font.
Public propertyStatic memberFont15
Gets a Tps system-defined font.
Public propertyStatic memberFont15b
Gets a Tps system-defined font.
Public propertyStatic memberFont16
Gets a Tps system-defined font.
Public propertyStatic memberFont16b
Gets a Tps system-defined font.
Public propertyStatic memberFont17
Gets a Tps system-defined font.
Public propertyStatic memberFont17b
Gets a Tps system-defined font.
Public propertyStatic memberFont18
Gets a Tps system-defined font.
Public propertyStatic memberFont18b
Gets a Tps system-defined font.
Public propertyStatic memberFont19
Gets a Tps system-defined font.
Public propertyStatic memberFont19b
Gets a Tps system-defined font.
Public propertyStatic memberFont20
Gets a Tps system-defined font.
Public propertyStatic memberFont20b
Gets a Tps system-defined font.
Public propertyStatic memberFont8
Gets a Tps system-defined font.
Public propertyStatic memberFont8b
Gets a Tps system-defined font.
Public propertyStatic memberFont9
Gets a Tps system-defined font.
Public propertyStatic memberFont9b
Gets a Tps system-defined font.
Public propertyStatic memberRapidFont
Gets a Tps system-defined font.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class must be used in order to avoid multiple instances of the same font.
See Also