CvFontQt Method (String) OpenCvSharp Class Library
Create the font to be used to draw text on an image

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvFontQt FontQt(
	string nameFont
)

Parameters

nameFont
Type: SystemString
Name of the font. The name should match the name of a system font (such as ``Times’‘). If the font is not found, a default one will be used.

Return Value

Type: CvFontQt

[Missing <returns> documentation for "M:OpenCvSharp.Cv.FontQt(System.String)"]

See Also

Reference