struct CvFont
Overview
Font structure Moreā¦
#include <imgproc_c.h> struct CvFont { // fields const int* ascii; CvScalar color; const int* cyrillic; float dx; int font_face; const int* greek; float hscale; int line_type; const char* nameFont; float shear; int thickness; float vscale; };
Detailed Documentation
Font structure
Fields
const int* ascii
font data and metrics
float dx
horizontal interval between letters
int line_type
Qt: PointSize.
float shear
slope coefficient: 0 - normal, >0 - italic
int thickness
Qt: weight /** letters thickness */.