Represents a group of fonts that have a similar font face, but may have different sizes and styles.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision FontFamily
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
The FontFamily type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FontFamily | Initializes a new font family instance. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetFamilyNames | Returns a collection of the font names in the font family. | |
| 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. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two FontFamily objects. | |
| Inequality | Compares the inequality of two FontFamily objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) |
See Also