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

此結構體的文件由以下檔案生成