GlyphLayoutInfo
public struct GlyphLayoutInfoPer-glyph layout data produced by the layout engine. Backend-neutral: TMP and UITK adapters translate their layout to this model.
Fields
Section titled “Fields”
position
Section titled “position”public Vector2 positionReturns
UnityEngine.Vector2
advance
Section titled “advance”public float advanceReturns
System.Single
ascender
Section titled “ascender”public float ascenderReturns
System.Single
descender
Section titled “descender”public float descenderReturns
System.Single
baseline
Section titled “baseline”public float baselineReturns
System.Single
lineIndex
Section titled “lineIndex”public int lineIndexReturns
System.Int32
wordIndex
Section titled “wordIndex”public int wordIndexReturns
System.Int32
isVisible
Section titled “isVisible”public bool isVisibleReturns
System.Boolean