Joe Verbout / Mbed 2 deprecated main

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

QtFont Struct Reference

QtFont Struct Reference
[Qt New Functions]

QtFont available only for Qt. More...

#include <highgui.hpp>

Data Fields

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
float shear
 slope coefficient: 0 - normal, >0 - italic
int thickness
 See cv::QtFontWeights.
float dx
 horizontal interval between letters
int line_type
 PointSize.

Detailed Description

QtFont available only for Qt.

See cv::fontQt

Definition at line 615 of file highgui.hpp.


Field Documentation

const int* ascii

font data and metrics

Definition at line 620 of file highgui.hpp.

Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])

Definition at line 618 of file highgui.hpp.

float dx

horizontal interval between letters

Definition at line 626 of file highgui.hpp.

int font_face

See cv::QtFontStyles.

Definition at line 619 of file highgui.hpp.

int line_type

PointSize.

Definition at line 627 of file highgui.hpp.

const char* nameFont

Name of the font.

Definition at line 617 of file highgui.hpp.

float shear

slope coefficient: 0 - normal, >0 - italic

Definition at line 624 of file highgui.hpp.

int thickness

See cv::QtFontWeights.

Definition at line 625 of file highgui.hpp.