OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members
cv::QtFont Struct Reference

QtFont available only for Qt. See cv::fontQt. More...

#include <opencv2/highgui.hpp>

Collaboration diagram for cv::QtFont:

Public Attributes

const int * ascii
 font data and metrics
 
Scalar color
 Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])
 
const int * cyrillic
 
float dx
 horizontal interval between letters
 
int font_face
 See cv::QtFontStyles.
 
const int * greek
 
float hscale
 
int line_type
 PointSize.
 
const char * nameFont
 Name of the font.
 
float shear
 slope coefficient: 0 - normal, >0 - italic
 
int thickness
 See cv::QtFontWeights.
 
float vscale
 

Detailed Description

QtFont available only for Qt. See cv::fontQt.

Member Data Documentation

◆ ascii

const int* cv::QtFont::ascii

font data and metrics

◆ color

Scalar cv::QtFont::color

◆ cyrillic

const int* cv::QtFont::cyrillic

◆ dx

float cv::QtFont::dx

horizontal interval between letters

◆ font_face

int cv::QtFont::font_face

◆ greek

const int* cv::QtFont::greek

◆ hscale

float cv::QtFont::hscale

◆ line_type

int cv::QtFont::line_type

PointSize.

◆ nameFont

const char* cv::QtFont::nameFont

Name of the font.

◆ shear

float cv::QtFont::shear

slope coefficient: 0 - normal, >0 - italic

◆ thickness

int cv::QtFont::thickness

◆ vscale

float cv::QtFont::vscale

The documentation for this struct was generated from the following file: