Table of Contents

Enum PackingAlgorithm

Namespace
KernSmith
Assembly
KernSmith.dll

Which algorithm to use for fitting glyphs into atlas pages.

public enum PackingAlgorithm

Fields

MaxRects = 0

MaxRects best short-side fit (default). Best overall packing density.

Skyline = 1

Skyline bottom-left. Faster, works well when glyphs are similar sizes.