Table of Contents

Class CharacterDefinition

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents character settings.

public class CharacterDefinition
Inheritance
CharacterDefinition
Inherited Members

Properties

Font

Gets or sets the character font.

public CharacterFont Font { get; set; }

Property Value

CharacterFont

Proportions

Gets or sets the character proportions.

public CharacterProportional Proportions { get; set; }

Property Value

CharacterProportional

Ratio

Gets or sets the character width via ratio in relation to character height.

public CharacterRatio Ratio { get; set; }

Property Value

CharacterRatio

Size

Gets or sets the character size.

public CharacterSize Size { get; set; }

Property Value

CharacterSize