OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
公有属性 | 所有成员列表
cv::QtFont 结构体参考

QtFont 仅适用于 Qt。参见 cv::fontQt更多...

#include <opencv2/highgui.hpp>

cv::QtFont 的协作图

公有属性

const int * ascii
 字体数据和指标
 
Scalar color
 字体的颜色。 Scalar(blue_component, green_component, red_component[, alpha_component])
 
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

Scalar cv::QtFont::color

◆ cyrillic

const int* cv::QtFont::cyrillic

◆ dx

float cv::QtFont::dx

字母之间的水平间距

◆ 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

点大小。

◆ nameFont

const char* cv::QtFont::nameFont

字体的名称。

◆ shear

float cv::QtFont::shear

斜率系数:0 - 常规,>0 - 斜体

◆ thickness

int cv::QtFont::thickness

◆ vscale

float cv::QtFont::vscale

该结构体的文档来自以下文件