http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a Font of the specific type, horizontal scale and vertical scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvFont( FONT type, double hscale, double vscale ) |
Visual Basic |
---|
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