Class TrueTypeFontPattern
Represents TTF pattern written to laser.
public class TrueTypeFontPattern : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseTrueTypeFontPattern
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
Remarks
The default type is BoundaryAndFill.
PatternType
Gets or sets the pattern.
public TrueTypeFontPatternType PatternType { get; set; }
Property Value
Remarks
The default value is Slant.