Enum HersheyFonts
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Font name identifier. Only a subset of Hershey fonts (http://sources.isc.org/utils/misc/hershey-font.txt) are supported now.
[Flags]
public enum HersheyFonts
Fields
HersheyComplex = HersheyPlain | HersheyDuplexnormal size serif font
HersheyComplexSmall = HersheyPlain | HersheyTriplexsmaller version of HERSHEY_COMPLEX
HersheyDuplex = 2normal size sans-serif font (more complex than HERSHEY_SIMPLEX)
HersheyPlain = 1small size sans-serif font
HersheyScriptComplex = HersheyPlain | HersheyScriptSimplexmore complex variant of HERSHEY_SCRIPT_SIMPLEX
HersheyScriptSimplex = HersheyDuplex | HersheyTriplexhand-writing style font
HersheySimplex = 0normal size sans-serif font
HersheyTriplex = 4normal size serif font (more complex than HERSHEY_COMPLEX)
Italic = 16flag for italic font