You are here: Start » AVL.NET » Invoke.MakeCharacterSamples

Invoke.MakeCharacterSamples

Creates training font samples from the provided regions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MakeCharacterSamples
(
	List<Avl.Region> inCharacterRegions,
	string inCharacters,
	List<Avl.CharacterSample> outCharacterSamples
)

Parameters

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

See also