OpenCV  3.4.6
Open Source Computer Vision
Public Attributes | List of all members
CvFont Struct Reference

#include <opencv2/imgproc/imgproc_c.h>

Public Attributes

const int * ascii
 font data and metrics More...
 
CvScalar color
 
const int * cyrillic
 
float dx
 horizontal interval between letters More...
 
int font_face
 
const int * greek
 
float hscale
 
int line_type
 Qt: PointSize. More...
 
const char * nameFont
 
float shear
 slope coefficient: 0 - normal, >0 - italic More...
 
int thickness
 Qt: weight /** letters thickness */. More...
 
float vscale
 

Detailed Description

Font structure

Member Data Documentation

§ ascii

const int* CvFont::ascii

font data and metrics

§ color

CvScalar CvFont::color

§ cyrillic

const int* CvFont::cyrillic

§ dx

float CvFont::dx

horizontal interval between letters

§ font_face

int CvFont::font_face

§ greek

const int* CvFont::greek

§ hscale

float CvFont::hscale

§ line_type

int CvFont::line_type

Qt: PointSize.

§ nameFont

const char* CvFont::nameFont

§ shear

float CvFont::shear

slope coefficient: 0 - normal, >0 - italic

§ thickness

int CvFont::thickness

Qt: weight /** letters thickness */.

§ vscale

float CvFont::vscale

The documentation for this struct was generated from the following file: