Table of Contents

Enum HersheyFonts

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Font name identifier. Only a subset of Hershey fonts (http://sources.isc.org/utils/misc/hershey-font.txt) are supported now.

[Flags]
public enum HersheyFonts

Fields

HersheyComplex = HersheyPlain | HersheyDuplex

normal size serif font

HersheyComplexSmall = HersheyPlain | HersheyTriplex

smaller version of HERSHEY_COMPLEX

HersheyDuplex = 2

normal size sans-serif font (more complex than HERSHEY_SIMPLEX)

HersheyPlain = 1

small size sans-serif font

HersheyScriptComplex = HersheyPlain | HersheyScriptSimplex

more complex variant of HERSHEY_SCRIPT_SIMPLEX

HersheyScriptSimplex = HersheyDuplex | HersheyTriplex

hand-writing style font

HersheySimplex = 0

normal size sans-serif font

HersheyTriplex = 4

normal size serif font (more complex than HERSHEY_COMPLEX)

Italic = 16

flag for italic font