FontFace Enumeration OpenCvSharp Class Library
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

[FlagsAttribute]
public enum FontFace
Members

  Member nameValueDescription
HersheySimplex0 Normal size sans-serif font [CV_FONT_HERSHEY_SIMPLEX]
HersheyPlain1 Small size sans-serif font [CV_FONT_HERSHEY_PLAIN]
HersheyDuplex2 Normal size sans-serif font (more complex than HersheySimplex) [CV_FONT_HERSHEY_DUPLEX]
HersheyComplex3 Normal size serif font [CV_FONT_HERSHEY_COMPLEX]
HersheyTriplex4 Normal size serif font (more complex than HersheyComplex) [CV_FONT_HERSHEY_TRIPLEX]
HersheyComplexSmall5 Smaller version of HersheyComplex [CV_FONT_HERSHEY_COMPLEX_SMALL]
HersheyScriptSimplex6 Hand-writing style font [CV_FONT_HERSHEY_SCRIPT_SIMPLEX]
HersheyScriptComplex7 More complex variant of HersheyScriptSimplex [CV_FONT_HERSHEY_SCRIPT_COMPLEX]
Italic16 Means italic or oblique font. [CV_FONT_ITALIC]
Vector00 [CV_FONT_VECTOR0]
See Also

Reference