Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextAutoSizeMode

Defines how a text element adapts its font-size.
Read time 1 minuteLast updated 10 days ago

Definition

public enum TextAutoSizeMode

Fields

Value

Description

BestFitChoose a size within the range set in TextAutoSize.
NoneUse the explicit
font-size
.