Table of Contents

Class TrueTypeFontPattern

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

Represents TTF pattern written to laser.

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

Properties

FillAngle

Gets or sets the fill angle in degree.

public int FillAngle { get; set; }

Property Value

int

Value must be between 0° and 359°.

Exceptions

ArgumentOutOfRangeException

thrown when the value is out of range.

FillCrossAngle

Gets or sets the fill cross angle in degree.

public int FillCrossAngle { get; set; }

Property Value

int

The default value is 90°. Value must be between 0° and 359°.

Exceptions

ArgumentOutOfRangeException

thrown when the value is out of range.

FillDirection

Gets or sets the fill direction.

public FillDirection FillDirection { get; set; }

Property Value

FillDirection

The default value is LeftToRightRightToLeft.

FillType

Gets or sets the fill type.

public FillType FillType { get; set; }

Property Value

FillType

Remarks

The default type is BoundaryAndFill.

PatternType

Gets or sets the pattern.

public TrueTypeFontPatternType PatternType { get; set; }

Property Value

TrueTypeFontPatternType

Remarks

The default value is Slant.