enum cv::QtFontWeights

Overview

Qt font weight. Moreā€¦

#include <highgui.hpp>

enum QtFontWeights
{
    QT_FONT_LIGHT    = 25,
    QT_FONT_NORMAL   = 50,
    QT_FONT_DEMIBOLD = 63,
    QT_FONT_BOLD     = 75,
    QT_FONT_BLACK    = 87,
};

Detailed Documentation

Qt font weight.

Enum Values

QT_FONT_LIGHT

Weight of 25.

QT_FONT_NORMAL

Weight of 50.

QT_FONT_DEMIBOLD

Weight of 63.

QT_FONT_BOLD

Weight of 75.

QT_FONT_BLACK

Weight of 87.