Save this font into a Cognex ".ocr" formatted font file on disk.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- fileName
- Type: System String
The full path of where to save the font.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if fileName is null. |
| ArgumentException | Thrown if fileName is the empty string. |
Remarks
Note that the .ocr font format is compatible with Cognex's CVL product.
See Also