Font name identifier.
Only a subset of Hershey fonts (http://sources.isc.org/utils/misc/hershey-font.txt) are supported now.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
HersheySimplex | 0 | Normal size sans-serif font [CV_FONT_HERSHEY_SIMPLEX] | |
HersheyPlain | 1 | Small size sans-serif font [CV_FONT_HERSHEY_PLAIN] | |
HersheyDuplex | 2 | Normal size sans-serif font (more complex than HersheySimplex) [CV_FONT_HERSHEY_DUPLEX] | |
HersheyComplex | 3 | Normal size serif font [CV_FONT_HERSHEY_COMPLEX] | |
HersheyTriplex | 4 | Normal size serif font (more complex than HersheyComplex) [CV_FONT_HERSHEY_TRIPLEX] | |
HersheyComplexSmall | 5 | Smaller version of HersheyComplex [CV_FONT_HERSHEY_COMPLEX_SMALL] | |
HersheyScriptSimplex | 6 | Hand-writing style font [CV_FONT_HERSHEY_SCRIPT_SIMPLEX] | |
HersheyScriptComplex | 7 | More complex variant of HersheyScriptSimplex [CV_FONT_HERSHEY_SCRIPT_COMPLEX] | |
Italic | 16 | Means italic or oblique font. [CV_FONT_ITALIC] | |
Vector0 | 0 | [CV_FONT_VECTOR0] |
See Also