OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::QtFont 结构体参考

QtFont 仅适用于 Qt。参见 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
 点大小。
 
const char * nameFont
 字体的名称。
 
float shear
 倾斜系数:0 - 常规,>0 - 斜体
 
int thickness
 参见 cv::QtFontWeights
 
float vscale
 

详细描述

QtFont 仅适用于 Qt。参见 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

点大小。

◆ 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

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