Table of Contents

Enum FontLineGapUsage

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

Specifies whether the FontMetrics.LineGap value should be part of the line metrics

public enum FontLineGapUsage

Fields

Default = 0

The usage of the font line gap depends on the method used for text layout.

Disabled = 1

The font line gap is excluded from line spacing.

Enabled = 2

The font line gap is included in line spacing.