The CogOCFont type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | 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. | |
| Compiled | True if the font is compiled. | |
| ConfusionThreshold | 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. | |
| Description | Description simply provides a string for the user to store additional information or comments about their font. | |
| FontModels | Collection of font models for this font. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Timeout | 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. | |
| TimeoutEnabled | 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. |
See Also