You are here: Start » FIL.NET » FIS.MakeCharacterSamples Method

FIS.MakeCharacterSamples Method

Creates training font samples from the provided regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MakeCharacterSamples
(
	IList<FilNet.Region> inCharacterRegions,
	string inCharacters,
	IList<FilNet.CharacterSample> outCharacterSamples
)

Parameters

Name Type Range Default Description
inCharacterRegionsSystem.Collections.Generic.IList<FilNet.Region>Array of character regions.
inCharactersstringCharacter that should be assigned to corresponding regions.
outCharacterSamplesSystem.Collections.Generic.IList<FilNet.CharacterSample>Array of CharacterSamples.

See also