Packages
opencv
OpenCV
Font
Font
get_text_size
ascii
cyrillic
dx
font_face
greek
hscale
line_type
thickness
vscale
Font
Object Hierarchy:
OpenCV.Font
OpenCV.Font
OpenCV.Font
Description:
[
CCode
( cname =
"CvFont"
, destroy_function =
""
, has_copy_function =
false
, has_type_id =
false
) ]
public
struct
Font
Namespace:
OpenCV
Package:
opencv
Content:
Creation methods:
public
Font
(
FontFace
font_face,
double
hscale,
double
vscale,
double
shear =
0.0
,
int
thickness =
1
,
int
line_type =
8
)
Methods:
public
void
get_text_size
(
string
text_string,
out
Size
text_size,
out
int
baseline)
Fields:
public
FontFace
font_face
public
int
[]
ascii
public
int
[]
greek
public
int
[]
cyrillic
public
float
hscale
public
float
vscale
public
int
thickness
public
float
dx
public
int
line_type