Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlyphPackingMode

The modes available when packing glyphs into an atlas texture.
Read time 1 minuteLast updated 6 days ago

Definition

public enum GlyphPackingMode

Fields

Value

Description

BestAreaFitPlace the glyph into the smallest free space available in which it can fit.
BestLongSideFitPlace the glyph against the longer side of a free space to minimize the length of the longer leftover side.
BestShortSideFitPlace the glyph against the short side of a free space to minimize the length of the shorter leftover side.
BottomLeftRulePlace the glyph into available free space in a Tetris like fashion.
ContactPointRulePlace the glyph into the available free space by trying to maximize the contact point between it and other glyphs.