OpenCV 4.5.3(日本語機械翻訳)
|
QtFont available only for Qt. See cv::fontQt [詳解]
#include <highgui.hpp>
公開変数類 |
|
const char * | nameFont |
フォントの名前 |
|
Scalar | color |
フォントの色 Scalar(blue_component, green_component, red_component[, alpha_component]) |
|
int | font_face |
参照cv::QtFontStyles
|
|
const int * | ascii |
フォントのデータとメトリクス |
|
const int * | greek |
const int * | cyrillic |
float | hscale |
float | vscale |
float | shear |
傾斜係数:0 - ノーマル、>0 - イタリック |
|
int | thickness |
参照cv::QtFontWeights
|
|
float | dx |
文字間の水平方向の間隔 |
|
int | line_type |
ポイントサイズ |
|
QtFontQtでのみ使用可能です。参照cv::fontQt