Click or drag to resize

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)
Syntax
public void SetSplitNumber(
	int num
)

Parameters

num
Type: SystemInt32
Number of split points from bezier-curve to line
See Also