struct in UnityEngine.TextCore
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.
CloseFor 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.
CloseA set of values that define the size, position and spacing of a glyph when performing text layout.
height | The height of the glyph. |
horizontalAdvance | The horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element. |
horizontalBearingX | The horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox). |
horizontalBearingY | The vertical distance from the current baseline relative to the element's top bounding box edge (bbox). |
width | The width of the glyph. |
GlyphMetrics | Constructs a new GlyphMetrics structure. |