Determine whether or not the supplied character is considered a blank in this font. Remember that many fonts have multiple blank characters.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Parameters
- cVal
- Type: System Char
The character to be evaluated.
Return Value
Type: BooleanA System::Boolean, True if the supplied character is considered a blank in this font, and False otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxFont object has already been disposed. |
| InvalidOperationException | If a font has not yet been imported, or if an internal error occurs. |
See Also