Enum CharacterLayout
Represents the character layout.
public enum CharacterLayout
Fields
CharacterPitch = 3
Use a fixed character pitch.
Each character has the width in Loehnert.Lisrt.Laser.Keyence.CharacterSize.CharacterSize().
Character pitch can only be used for TrueType fonts (TTF).CharacterSpace = 0
Use a fixed character space.
Distribute = 1
Distribute the characters over the full width.