Enum FontStyle
Specifies the available Qt font glyph styles.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FontStyle : int
Fields
| Name | Description |
|---|---|
| Italic | Specifies an italicized Qt font glyph style. |
| Normal | Specifies a normal (i.e. non-italicized) Qt font glyph style. |
| Oblique | Specifies a Qt font glyph style with an italic appearance but based on unstyled glyphs. |