Enum GlyphPackingMode
The modes available when packing glyphs into an atlas texture.
Namespace: UnityEngine.TextCore.LowLevel
Assembly: UnityEngine.dll
Syntax
public enum GlyphPackingMode
Fields
| Name | Description |
|---|---|
| BestAreaFit | |
| BestLongSideFit | |
| BestShortSideFit | |
| BottomLeftRule | |
| ContactPointRule |