Click or drag to resize

Freetype2LoadFontData Method

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

Namespace:  Emgu.CV.Freetype
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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