opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

CvFont Struct Reference

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.