Table of Contents

Enum AnnotationFontFamily

Namespace
LMKit.Document.Annotations
Assembly
LM-Kit.NET.dll

Font family of a FreeText mark. Three universal stacks every render target can honor; adapters map them to the target's closest standard faces.

public enum AnnotationFontFamily

Fields

Sans = 0

Sans-serif (Helvetica; the default).

Serif = 1

Serif (Times).

Mono = 2

Monospace (Courier).

Share