Table of Contents

Class CharacterSize

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

Represents character size settings written to the laser.

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

Properties

CharacterPitch

Gets or sets the character pitch in millimeters.

public double CharacterPitch { get; set; }

Property Value

double

The default value is 2mm.

Remarks

Can only be used for TrueType fonts.

FullWidth

Gets or sets the full width in millimeters.

public double FullWidth { get; set; }

Property Value

double

The default value is 7.0 mm.

Height

Gets or sets the character height in millimeters.

public double Height { get; set; }

Property Value

double

The default value is 3.0 mm.

Layout

Gets or sets the character layout.

public CharacterLayout Layout { get; set; }

Property Value

CharacterLayout

The default value is CharacterSpace.

Space

Gets or sets the space between two characters in millimeters.

public double Space { get; set; }

Property Value

double

The default value is 0.5 mm.

Width

Gets or sets the character width in millimeters.

public double Width { get; set; }

Property Value

double

The default value is 2.0 mm.