FontFamily ClassCognex VisionPro 9.24

Represents a group of fonts that have a similar font face, but may have different sizes and styles.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision FontFamily

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public sealed class FontFamily : ShareableBase, 
	IObject

The FontFamily type exposes the following members.

Constructors

  NameDescription
Public methodFontFamily

Initializes a new font family instance.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodStatic memberGetFamilyNames

Returns a collection of the font names in the font family.

Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two FontFamily objects.
Public operatorStatic memberInequality
Compares the inequality of two FontFamily objects.
Top
Properties

  NameDescription
Public propertyHandle (Overrides ShareableBase Handle.)
Top
See Also