OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
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
 字号 (PointSize)。
 
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

字号 (PointSize)。

◆ 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

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