CogOCVMaxFont Proportional Property Cognex VisionPro
Whether or not this font is proportional. A font is proportional if the characters do not all have the same advance value.

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

public bool Proportional { 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