Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 16:42:44 by
1.7.2