Freetype2SetSplitNumber Method |
http://www.emgu.com
Set the number of split points from bezier-curve to line. If you want to draw large glyph, large is better. If you want to draw small glyph, small is better.
Namespace:
Emgu.CV.Freetype
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void SetSplitNumber(
int num
)
Public Sub SetSplitNumber (
num As Integer
)
public:
void SetSplitNumber(
int num
)
member SetSplitNumber :
num : int -> unit
Parameters
- num
- Type: SystemInt32
Number of split points from bezier-curve to line
See Also