Enum FontWeight
Specifies the predefined font weights for Qt fonts.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FontWeight : int
Fields
Name | Description |
---|---|
Black | Specifies a black Qt font weight. |
Bold | Specifies a bold Qt font weight. |
DemiBold | Specifies a demibold Qt font weight. |
Light | Specifies a light Qt font weight. |
Normal | Specifies a normal Qt font weight. |