Enum HersheyFonts
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.dll
Syntax
public enum HersheyFonts
Fields
Name | Description |
---|---|
HersheyComplex | normal size serif font |
HersheyComplexSmall | smaller version of HERSHEY_COMPLEX |
HersheyDuplex | normal size sans-serif font (more complex than HERSHEY_SIMPLEX) |
HersheyPlain | small size sans-serif font |
HersheyScriptComplex | more complex variant of HERSHEY_SCRIPT_SIMPLEX |
HersheyScriptSimplex | hand-writing style font |
HersheySimplex | normal size sans-serif font |
HersheyTriplex | normal size serif font (more complex than HERSHEY_COMPLEX) |
Italic | flag for italic font |