OpenCV
3.1.0-dev
Open Source Computer Vision
|
QtFont available only for Qt. See cv::fontQt. More...
#include "highgui.hpp"
Public Attributes | |
const int * | ascii |
font data and metrics More... | |
Scalar | color |
Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component]) More... | |
const int * | cyrillic |
float | dx |
horizontal interval between letters More... | |
int | font_face |
See cv::QtFontStyles. More... | |
const int * | greek |
float | hscale |
int | line_type |
PointSize. More... | |
const char * | nameFont |
Name of the font. More... | |
float | shear |
slope coefficient: 0 - normal, >0 - italic More... | |
int | thickness |
See cv::QtFontWeights. More... | |
float | vscale |
QtFont available only for Qt. See cv::fontQt.
const int* cv::QtFont::ascii |
font data and metrics
Scalar cv::QtFont::color |
Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])
const int* cv::QtFont::cyrillic |
float cv::QtFont::dx |
horizontal interval between letters
int cv::QtFont::font_face |
See cv::QtFontStyles.
const int* cv::QtFont::greek |
float cv::QtFont::hscale |
int cv::QtFont::line_type |
PointSize.
const char* cv::QtFont::nameFont |
Name of the font.
float cv::QtFont::shear |
slope coefficient: 0 - normal, >0 - italic
int cv::QtFont::thickness |
See cv::QtFontWeights.
float cv::QtFont::vscale |