Version: 2022.3
LanguageEnglish
  • C#

GlyphPackingMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The modes available when packing glyphs into an atlas texture.

Properties

BestShortSideFitPlace the glyph against the short side of a free space to minimize the length of the shorter leftover side.
BestLongSideFitPlace the glyph against the longer side of a free space to minimize the length of the longer leftover side.
BestAreaFitPlace the glyph into the smallest free space available in which it can fit.
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.