http://www.emgu.com
Fonts
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Enumeration FontFace
public enum class FontFace
Members
| Member name | Value | Description |
---|
| HersheySimplex | 0 |
Hershey simplex
|
| HersheyPlain | 1 |
Hershey plain
|
| HersheyDuplex | 2 |
Hershey duplex
|
| HersheyComplex | 3 |
Hershey complex
|
| HersheyTriplex | 4 |
Hershey triplex
|
| HersheyComplexSmall | 5 |
Hershey complex small
|
| HersheyScriptSimplex | 6 |
Hershey script simplex
|
| HersheyScriptComplex | 7 |
Hershey script complex
|
See Also