OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::QtFont 構造体

QtFont はQtでのみ利用可能。cv::fontQt を参照。続き...

#include <opencv2/highgui.hpp>

Collaboration diagram for 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
 PointSize。
 
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

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

この構造体詳解は次のファイルから抽出されました: