Table of Contents

Method SetInstance

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetInstance(int[])

Sets the current variable-font instance.

public bool SetInstance(int[] @params)

Parameters

params int[]

The list of pairs key1, value1, key2, value2, ... Values are in 16.16 fixed-point format (integer values must be shifted left by 16, i.e. multiplied by 65536).

Returns

bool

True on success.