Enum PackingAlgorithm
- Namespace
- KernSmith
- Assembly
- KernSmith.dll
Which algorithm to use for fitting glyphs into atlas pages.
public enum PackingAlgorithm
Fields
MaxRects = 0MaxRects best short-side fit (default). Best overall packing density.
Skyline = 1Skyline bottom-left. Faster, works well when glyphs are similar sizes.