Provide the default blank character for this font. Since many fonts have multiple blank characters, this method identifies the one to be used as the default blank.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CharA System::Char corresponding to default blank character. Note that this assumes that the character keys in this font correspond to Unicode code point values.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxFont object has already been disposed. |
| InvalidOperationException | If a font has not yet been imported, or if this font has no blank character. |
See Also