Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AscentCalculationMode

Method used for calculating a font's ascent.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum AscentCalculationMode

Remarks

The ascent is the distance from the baseline to the top of the font. Font designers define this differently within the metrics of various fonts: some fonts will use the bounding box height, some will use cap height, and others will account for diacritics such as accent marks. Because these differences can affect vertical alignment of text, Unity offers multiple methods of determining the ascent value to use internally.
See https://en.wikipedia.org/wiki/Typeface#Font_metrics for additional information about ascent and font metrics.

Fields

Value

Description

FaceAscenderAscender method.
FaceBoundingBoxBounding box method.
Legacy2xLegacy bounding box method.