Class that defines a particular configuration for text, such as format, size and style.
Cognex.Vision ShareableBase
Cognex.Vision Font
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
The Font type exposes the following members.
| Name | Description | |
|---|---|---|
| Font | Initializes a new Font that uses the specified existing font family, size and font style. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two Font objects. | |
| Inequality | Compares the inequality of two Font objects. |
| Name | Description | |
|---|---|---|
| Bold | Gets a value that indicates whether this Font is bold. | |
| FontStyle | Gets the font style information for this Font. | |
| Handle | (Overrides ShareableBase Handle.) | |
| Italic | Gets a value that indicates whether this Font has the italic style applied. | |
| Name | Gets the face name of this Font. | |
| SizeInPoints | Gets the size, in points, of this Font. | |
| Strikeout | Gets a value that indicates whether this Font specifies a horizontal line through the Font. | |
| Underline | Gets a value that indicates whether this Font is underlined. |