Click or drag to resize

HersheyFonts Enumeration

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
Syntax
[FlagsAttribute]
public enum HersheyFonts
Members
  Member nameValueDescription
HersheySimplex0 normal size sans-serif font
HersheyPlain1 small size sans-serif font
HersheyDuplex2 normal size sans-serif font (more complex than HERSHEY_SIMPLEX)
HersheyComplex3 normal size serif font
HersheyTriplex4 normal size serif font (more complex than HERSHEY_COMPLEX)
HersheyComplexSmall5 smaller version of HERSHEY_COMPLEX
HersheyScriptSimplex6 hand-writing style font
HersheyScriptComplex7 more complex variant of HERSHEY_SCRIPT_SIMPLEX
Italic16 flag for italic font
See Also