CogOCFont PropertiesCognex VisionPro 9.5

The CogOCFont type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyCompiled
True if the font is compiled.
Public propertyConfusionThreshold
Threshold at which two models are considered Confusable. A compiled font contains Confusion scores for all model pairs in the font. A score greater than this threshold indicates that a model pair should be considered confusing.
Public propertyDescription
Description simply provides a string for the user to store additional information or comments about their font.
Public propertyFontModels
Collection of font models for this font.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyTimeout
The maximum time (msec) allowed to compile the font. If compilation has not finished by the end of the timeout period, it will stop soon thereafter and return E_Cog_TimeoutExpired. This value only applies if TimeoutEnabled is true.
Public propertyTimeoutEnabled
If true then the Timeout property limits the amount of time allowed for compilation of the font. If false then timeout is disabled and the Timeout property is ignored.
Top
See Also