MakeCharacterSamples
Creates training font samples from the provided regions.
Syntax
C++
C#
Python
def MakeCharacterSamples( inCharacterRegions: list[Region], inCharacters: str, / ) -> outCharacterSamples: list[CharacterSample]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCharacterRegions | list[Region] | Array of character regions | |
![]() |
inCharacters | str | Character that should be assigned to corresponding regions | |
![]() |
outCharacterSamples | list[CharacterSample] | Array of CharacterSamples |


