OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
正在加载...
正在搜索...
未找到匹配项
cv::QtFont 结构体参考

仅 Qt 可用的 QtFont。请参阅 cv::fontQt更多...

#include <opencv2/highgui.hpp>

cv::QtFont 的协作图

公开属性

const int * ascii
 字体数据和度量
 
Scalar color
 字体的颜色。 Scalar(蓝色分量, 绿色分量, 红色分量[, Alpha 分量])
 
const int * cyrillic
 
float dx
 字母之间的水平间隔
 
int font_face
 请参阅 cv::QtFontStyles
 
const int * greek
 
float hscale
 
int line_type
 Point Size(字号)。
 
const char * nameFont
 字体的名称。
 
float shear
 倾斜系数:0 - 普通,>0 - 斜体
 
int thickness
 请参阅 cv::QtFontWeights
 
float vscale
 

详细说明

仅 Qt 可用的 QtFont。请参阅 cv::fontQt

成员数据文档

◆ ascii

const int* cv::QtFont::ascii

字体数据和度量

◆ color

◆ cyrillic

const int* cv::QtFont::cyrillic

◆ dx

float cv::QtFont::dx

字母之间的水平间隔

◆ font_face

int cv::QtFont::font_face

请参阅 cv::QtFontStyles

◆ greek

const int* cv::QtFont::greek

◆ hscale

float cv::QtFont::hscale

◆ line_type

int cv::QtFont::line_type

Point Size(字号)。

◆ nameFont

const char* cv::QtFont::nameFont

字体的名称。

◆ shear

float cv::QtFont::shear

倾斜系数:0 - 普通,>0 - 斜体

◆ thickness

int cv::QtFont::thickness

请参阅 cv::QtFontWeights

◆ vscale

float cv::QtFont::vscale

此结构体的文档是从以下文件生成的