You are here: Start » AVL.NET » AVS.MakeCharacterSamples Method

AVS.MakeCharacterSamples Method

Creates training font samples from the provided regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also