Create a Font of the specific type, horizontal scale and vertical scale
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public MCvFont( FONT type, double hscale, double vscale ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ type As FONT, _ hscale As Double, _ vscale As Double _ ) |
Visual C++ |
---|
public: MCvFont( FONT type, double hscale, double vscale ) |
Parameters
- type
- Type: Emgu.CV.CvEnum..::.FONT
The type of the font
- hscale
- Type: System..::.Double
The horizontal scale of the font
- vscale
- Type: System..::.Double
the vertical scale of the fonr