Create a Font of the specific type, horizontal scale and vertical scale

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvFont(
	FONT type,
	double hscale,
	double vscale
)
Public Sub New ( _
	type As FONT, _
	hscale As Double, _
	vscale As Double _
)
public:
MCvFont(
	FONT type, 
	double hscale, 
	double vscale
)

Parameters

type
FONT
The type of the font
hscale
Double
The horizontal scale of the font
vscale
Double
the vertical scale of the fonr

See Also