Table of Contents

Constructor FontFace

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FontFace()

Loads the default embedded font.

public FontFace()

FontFace(string)

Loads the font at the specified path or with the specified embedded name.

public FontFace(string fontPathOrName)

Parameters

fontPathOrName string

Either a path to a custom font or the name of an embedded font ("sans", "italic" or "uni"). An empty string means the default embedded font.