Enum FontFace
Specifies font face flags for instances of Font.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FontFace : int
Fields
Name | Description |
---|---|
HersheyComplex | Specifies a normal size serif font. |
HersheyComplexSmall | Specifies a smaller version of HersheyComplex. |
HersheyDuplex | Specifies a normal size sans-serif font more complex than HersheySimplex. |
HersheyPlain | Specifies a small size sans-serif font. |
HersheyScriptComplex | Specifies a more complex variant of HersheyScriptSimplex. |
HersheyScriptSimplex | Specifies a hand-writing style font. |
HersheySimplex | Specifies a normal size sans-serif font. |
HersheyTriplex | Specifies a normal size serif font more complex than HersheyComplex. |
Italic | Specifies that the font should be rendered in italic or oblique font. |