Table of Contents

Class TrueTypeFontDefinition

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

The represents the TrueType font definition for a text block.

public class TrueTypeFontDefinition
Inheritance
TrueTypeFontDefinition
Inherited Members

Properties

Family

Gets or sets the font family.

public string Family { get; set; }

Property Value

string

Default value is "Arial".

Remarks

The TrueType font must be installed on the PC.

FillMarkingParameters

Gets or sets the fill parameters for TrueType fonts.

public FillMarkingParameters FillMarkingParameters { get; set; }

Property Value

FillMarkingParameters

Parameters

Gets or sets the TrueType font parameters.

public TrueTypeFontParameters Parameters { get; set; }

Property Value

TrueTypeFontParameters

Pattern

Gets or sets the pattern for TrueType fonts.

public TrueTypeFontPattern Pattern { get; set; }

Property Value

TrueTypeFontPattern

Style

Gets or sets the style.

public TrueTypeFontStyle Style { get; set; }

Property Value

TrueTypeFontStyle