struct cv::QtFont
Overview
QtFont available only for Qt. See cv::fontQt. Moreā¦
#include <highgui.hpp> struct QtFont { // fields const int* ascii; Scalar color; const int* cyrillic; float dx; int font_face; const int* greek; float hscale; int line_type; const char* nameFont; float shear; int thickness; float vscale; };
Detailed Documentation
QtFont available only for Qt. See cv::fontQt.
Fields
const int* ascii
font data and metrics
Scalar color
Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])
float dx
horizontal interval between letters
int font_face
See cv::QtFontStyles.
int line_type
PointSize.
const char* nameFont
Name of the font.
float shear
slope coefficient: 0 - normal, >0 - italic
int thickness
See cv::QtFontWeights.