Click or drag to resize

Freetype2LoadFontData Method

http://www.emgu.com
Load font data.

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 LoadFontData(
	string fontFileName,
	int id
)

Parameters

fontFileName
Type: SystemString
FontFile Name
id
Type: SystemInt32
Face index to select a font faces in a single file.
See Also