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.
Dependents: RZ_A2M_Mbed_samples
CvFont Struct Reference
[C API]
Font structure. More...
#include <imgproc_c.h>
Data Fields | |
const int * | ascii |
font data and metrics | |
float | shear |
slope coefficient: 0 - normal, >0 - italic | |
int | thickness |
Qt: weight /** letters thickness */. | |
float | dx |
horizontal interval between letters | |
int | line_type |
Qt: PointSize. |
Detailed Description
Font structure.
Definition at line 1118 of file imgproc_c.h.
Field Documentation
const int* ascii |
font data and metrics
Definition at line 1123 of file imgproc_c.h.
float dx |
horizontal interval between letters
Definition at line 1129 of file imgproc_c.h.
int line_type |
Qt: PointSize.
Definition at line 1130 of file imgproc_c.h.
float shear |
slope coefficient: 0 - normal, >0 - italic
Definition at line 1127 of file imgproc_c.h.
int thickness |
Qt: weight /** letters thickness */.
Definition at line 1128 of file imgproc_c.h.
Generated on Tue Jul 12 2022 18:20:22 by
