|
OpenCV453
|
QtFont available only for Qt. See cv::fontQt [詳解]
#include <highgui.hpp>
公開変数類 | |
| const char * | nameFont |
| Name of the font | |
| Scalar | color |
| Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component]) | |
| int | font_face |
| See cv::QtFontStyles | |
| const int * | ascii |
| font data and metrics | |
| const int * | greek |
| const int * | cyrillic |
| float | hscale |
| float | vscale |
| float | shear |
| slope coefficient: 0 - normal, >0 - italic | |
| int | thickness |
| See cv::QtFontWeights | |
| float | dx |
| horizontal interval between letters | |
| int | line_type |
| PointSize | |
QtFont available only for Qt. See cv::fontQt