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.1.0.649 (2.1.0.649)

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