Table of Contents

Class CharacterFont

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

Represents character font settings written to the laser.

public class CharacterFont : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CharacterFont
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

AutomaticLineCountSetting

Gets or sets the automatic line count setting.

public AutomaticLineCount AutomaticLineCountSetting { get; set; }

Property Value

AutomaticLineCount

The default value is Any.

Font

Gets or sets the font number.

public FontNumber Font { get; set; }

Property Value

FontNumber

The default value is Standard.

LineType

Gets or sets the line type.

public LineType LineType { get; set; }

Property Value

LineType

The default value is Single.

MultipleLineCount

Gets or sets the amount of multiple lines.

public int MultipleLineCount { get; set; }

Property Value

int

The default value is 4.

OverlapRate

Gets or sets the overlap rate in percent.

public double OverlapRate { get; set; }

Property Value

double

The default value is 80.0%.

Thickness

Gets or sets the line width in millimeters.

public double Thickness { get; set; }

Property Value

double

The default value is 0.2 mm.