CogOCVMaxFont SpotSpacingUsed Property Cognex VisionPro 9.8
Whether or not this font uses spot spacing. Typically, raster and stroke fonts can use spot spacing, while outline and image fonts cannot. Like most font properties, an exception will be generated if this read-only property is accessed before importing a font file.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax

public bool SpotSpacingUsed { get; }

Property Value

Type: Boolean
This read-only property is of type Boolean.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
See Also