Class CharacterFont
Represents character font settings written to the laser.
public class CharacterFont : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseCharacterFont
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
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.