| 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
<FlagsAttribute>
Public Enumeration HersheyFonts
[FlagsAttribute]
public enum class HersheyFonts
[<FlagsAttribute>]
type HersheyFonts
Members
| Member name | Value | Description |
---|
| HersheySimplex | 0 |
normal size sans-serif font
|
| HersheyPlain | 1 |
small size sans-serif font
|
| HersheyDuplex | 2 |
normal size sans-serif font (more complex than HERSHEY_SIMPLEX)
|
| HersheyComplex | 3 |
normal size serif font
|
| HersheyTriplex | 4 |
normal size serif font (more complex than HERSHEY_COMPLEX)
|
| HersheyComplexSmall | 5 |
smaller version of HERSHEY_COMPLEX
|
| HersheyScriptSimplex | 6 |
hand-writing style font
|
| HersheyScriptComplex | 7 |
more complex variant of HERSHEY_SCRIPT_SIMPLEX
|
| Italic | 16 |
flag for italic font
|
See Also